mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 10:52:44 +01:00
* changed swtime from 64 to 32 bit
This commit is contained in:
parent
be102b6a7d
commit
cfad56430d
@ -28,11 +28,7 @@
|
||||
|
||||
#undef wakeup
|
||||
|
||||
#if WORDSIZE == 32
|
||||
typedef uint64_t swtime_t;
|
||||
#else
|
||||
typedef uint32_t swtime_t;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* A swtimer.
|
||||
|
Loading…
Reference in New Issue
Block a user