diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-04 08:19:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-04 08:19:38 +0000 |
commit | 66d1c88211653eff42b6c76c8c207d43179630e8 (patch) | |
tree | 6e3f11fd45495d860953ef7dce9cd50876d54f08 /demos/nil/NIL-STM32F051-DISCOVERY/Makefile | |
parent | 1292b0230ccdef3a445647185e12ac159d7a9ed8 (diff) | |
download | ChibiOS-66d1c88211653eff42b6c76c8c207d43179630e8.tar.gz ChibiOS-66d1c88211653eff42b6c76c8c207d43179630e8.tar.bz2 ChibiOS-66d1c88211653eff42b6c76c8c207d43179630e8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6258 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/nil/NIL-STM32F051-DISCOVERY/Makefile')
-rw-r--r-- | demos/nil/NIL-STM32F051-DISCOVERY/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/nil/NIL-STM32F051-DISCOVERY/Makefile b/demos/nil/NIL-STM32F051-DISCOVERY/Makefile index efa0f7d96..9e0e6cc8c 100644 --- a/demos/nil/NIL-STM32F051-DISCOVERY/Makefile +++ b/demos/nil/NIL-STM32F051-DISCOVERY/Makefile @@ -63,7 +63,7 @@ CHIBIOS = ../../.. #include $(CHIBIOS)/os/hal/boards/ST_STM32F0_DISCOVERY/board.mk
#include $(CHIBIOS)/os/hal/ports/STM32F0xx/platform.mk
include $(CHIBIOS)/os/nil/nil.mk
-#include $(CHIBIOS)/os/rt/osal/osal.mk
+include $(CHIBIOS)/os/nil/osal/osal.mk
include $(CHIBIOS)/os/nil/ports/ARMCMx/compilers/GCC/mk/port_stm32f0xx.mk
#include $(CHIBIOS)/test/test.mk
|