aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F1xx/onewire/Makefile
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-12-09 11:31:46 +0300
committerbarthess <barthess@yandex.ru>2014-12-14 14:14:45 +0300
commit99505cdea68069a3873e670ccc95cdc0f94d2319 (patch)
treee85759dd4b3b806544b19196233d917f6265a2f1 /testhal/STM32/STM32F1xx/onewire/Makefile
parent97be1351afc84c9b1cef5c89f6c04013a0709cb1 (diff)
downloadChibiOS-Contrib-99505cdea68069a3873e670ccc95cdc0f94d2319.tar.gz
ChibiOS-Contrib-99505cdea68069a3873e670ccc95cdc0f94d2319.tar.bz2
ChibiOS-Contrib-99505cdea68069a3873e670ccc95cdc0f94d2319.zip
1-wire. Added workaround form F1xx MCUs
Diffstat (limited to 'testhal/STM32/STM32F1xx/onewire/Makefile')
-rw-r--r--testhal/STM32/STM32F1xx/onewire/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F1xx/onewire/Makefile b/testhal/STM32/STM32F1xx/onewire/Makefile
index d657cdc..dbaaca5 100644
--- a/testhal/STM32/STM32F1xx/onewire/Makefile
+++ b/testhal/STM32/STM32F1xx/onewire/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).