diff options
Diffstat (limited to 'demos/SPC5/RT-SPC56EL-EVB/main.c')
-rw-r--r-- | demos/SPC5/RT-SPC56EL-EVB/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/SPC5/RT-SPC56EL-EVB/main.c b/demos/SPC5/RT-SPC56EL-EVB/main.c index 093270776..92aaf6769 100644 --- a/demos/SPC5/RT-SPC56EL-EVB/main.c +++ b/demos/SPC5/RT-SPC56EL-EVB/main.c @@ -16,7 +16,7 @@ #include "ch.h"
#include "hal.h"
-#include "test.h"
+#include "ch_test.h"
#include "shell.h"
#include "chprintf.h"
|