Fixed minor problems in new demos.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9415 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-05-05 07:09:26 +00:00
parent a21ea7128b
commit 59157567c0
3 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@
<link>
<name>board</name>
<type>2</type>
<location>C:/ChibiStudio/chibios_trunk/os/hal/boards/ST_NUCLEO32_L011K4</location>
<locationURI>CHIBIOS/os/hal/boards/ST_NUCLEO32_L011K4</locationURI>
</link>
<link>
<name>os</name>

View File

@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16
USE_OPT = -Os -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).

View File

@ -27,7 +27,7 @@
<link>
<name>board</name>
<type>2</type>
<location>C:/ChibiStudio/chibios_trunk/os/hal/boards/ST_NUCLEO32_L031K6</location>
<locationURI>CHIBIOS/os/hal/boards/ST_NUCLEO32_L031K6</locationURI>
</link>
<link>
<name>os</name>