tests/bench_xtimer: fix NDEBUG compile problem

This commit is contained in:
Gunar Schorcht 2020-02-25 09:28:58 +01:00
parent 8fb7a29eab
commit f4224890ae

View File

@ -19,7 +19,8 @@
*/
#include <stdio.h>
#include <test_utils/expect.h>
#include "test_utils/expect.h"
#include "msg.h"
#include "thread.h"