fix PREEMPTION_USEC

This commit is contained in:
NIIBE Yutaka
2013-06-06 09:49:01 +09:00
parent 4c151b5af3
commit 5540f9b08a
2 changed files with 5 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ chx_fatal (uint32_t err_code)
struct chx_thread *running;
/* For round robin scheduling. */
#define PREEMPTION_USEC (1000*MHZ) /* 1ms */
#define PREEMPTION_USEC 1000 /* 1ms */
/* Double linked list operations. */
struct chx_dll {