diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-07-09 08:37:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-07-09 08:37:27 +0000 |
commit | a566fb49fa92386747554460043937509c12fa2a (patch) | |
tree | 243c0e55e0dbae7eb60430ba7666d3e3d15efa8f /demos/SPC5/NIL-SPC560D-EVB/Makefile | |
parent | 5ff1c429f8fe1f530d4b19d5bacdd5c8cd2483b1 (diff) | |
download | ChibiOS-a566fb49fa92386747554460043937509c12fa2a.tar.gz ChibiOS-a566fb49fa92386747554460043937509c12fa2a.tar.bz2 ChibiOS-a566fb49fa92386747554460043937509c12fa2a.zip |
NIL e200z0 report.
Added "volatile" to NIL system time variable.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8071 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5/NIL-SPC560D-EVB/Makefile')
-rw-r--r-- | demos/SPC5/NIL-SPC560D-EVB/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/SPC5/NIL-SPC560D-EVB/Makefile b/demos/SPC5/NIL-SPC560D-EVB/Makefile index 8d5ed1246..ae0cf9460 100644 --- a/demos/SPC5/NIL-SPC560D-EVB/Makefile +++ b/demos/SPC5/NIL-SPC560D-EVB/Makefile @@ -88,7 +88,7 @@ include $(CHIBIOS)/os/hal/ports/SPC5/SPC560Dxx/platform.mk include $(CHIBIOS)/os/hal/osal/nil/osal.mk
include $(CHIBIOS)/os/nil/nil.mk
include $(CHIBIOS)/os/nil/ports/e200/compilers/GCC/mk/port_spc560dxx.mk
-#include $(CHIBIOS)/test/nil/test.mk
+include $(CHIBIOS)/test/nil/test.mk
# Define linker script file here
LDSCRIPT= $(PORTLD)/SPC560D40.ld
|