mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/isr_yield_higher: Make use of US_PER_MS
This commit is contained in:
parent
550bfdbdbf
commit
235fc60938
@ -24,7 +24,7 @@
|
||||
#include "thread.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
#define TEST_TIME (200000U)
|
||||
#define TEST_TIME (200 * US_PER_MS)
|
||||
|
||||
static char t2_stack[THREAD_STACKSIZE_MAIN];
|
||||
static uint32_t start_time;
|
||||
|
Loading…
Reference in New Issue
Block a user