mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
* swtimer: using 32bit time variables. Workaround for Bug #3
This commit is contained in:
parent
820cdad59b
commit
639514e870
@ -28,11 +28,11 @@
|
||||
|
||||
#undef wakeup
|
||||
|
||||
#if WORDSIZE == 32
|
||||
typedef uint64_t swtime_t;
|
||||
#else
|
||||
//#if WORDSIZE == 32
|
||||
//typedef uint64_t swtime_t;
|
||||
//#else
|
||||
typedef uint32_t swtime_t;
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
/**
|
||||
* A swtimer.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user