* 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…
x
Reference in New Issue
Block a user