1
0
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:
Kaspar Schleiser 2010-10-26 10:57:51 +02:00
parent 820cdad59b
commit 639514e870

View File

@ -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.