1
0
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:
Marian Buschsieweke 2019-11-22 21:51:08 +01:00
parent 550bfdbdbf
commit 235fc60938
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

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