aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/EXT_WAKEUP/Makefile
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-20 16:25:47 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-20 16:25:47 +0000
commitbd339dfa99310b372fc2699b79c700bbec7a0543 (patch)
treedc4718c83a25006d88d1166d94b7b0c28ca3468b /testhal/STM32F1xx/EXT_WAKEUP/Makefile
parent5a3a608ad919591b88af842b0ce15f4e22790710 (diff)
downloadChibiOS-bd339dfa99310b372fc2699b79c700bbec7a0543.tar.gz
ChibiOS-bd339dfa99310b372fc2699b79c700bbec7a0543.tar.bz2
ChibiOS-bd339dfa99310b372fc2699b79c700bbec7a0543.zip
EXT wakeup test. Slow down serial baudrate.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3361 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/EXT_WAKEUP/Makefile')
-rw-r--r--testhal/STM32F1xx/EXT_WAKEUP/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F1xx/EXT_WAKEUP/Makefile b/testhal/STM32F1xx/EXT_WAKEUP/Makefile
index 5f91baee0..96cfa2e2e 100644
--- a/testhal/STM32F1xx/EXT_WAKEUP/Makefile
+++ b/testhal/STM32F1xx/EXT_WAKEUP/Makefile
@@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C++ specific options here (added to USE_OPT).