mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|
#undef wakeup
|
||||||
|
|
||||||
#if WORDSIZE == 32
|
//#if WORDSIZE == 32
|
||||||
typedef uint64_t swtime_t;
|
//typedef uint64_t swtime_t;
|
||||||
#else
|
//#else
|
||||||
typedef uint32_t swtime_t;
|
typedef uint32_t swtime_t;
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A swtimer.
|
* A swtimer.
|
||||||
|
Loading…
Reference in New Issue
Block a user