1
0
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:
Oliver Hahm 2010-11-08 18:21:02 +01:00
parent be102b6a7d
commit cfad56430d

View File

@ -28,11 +28,7 @@
#undef wakeup
#if WORDSIZE == 32
typedef uint64_t swtime_t;
#else
typedef uint32_t swtime_t;
#endif
/**
* A swtimer.