diff options
Diffstat (limited to 'demos/SPC5')
-rw-r--r-- | demos/SPC5/NIL-SPC560D-EVB/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/SPC5/NIL-SPC560D-EVB/main.c b/demos/SPC5/NIL-SPC560D-EVB/main.c index c8c00c95e..0421ddab0 100644 --- a/demos/SPC5/NIL-SPC560D-EVB/main.c +++ b/demos/SPC5/NIL-SPC560D-EVB/main.c @@ -16,7 +16,7 @@ #include "ch.h"
#include "hal.h"
-#include "ch_test.h"
+#include "nil_test_root.h"
/*
* LEDs blinker thread, times are in milliseconds.
|