summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-09-20 23:22:55 +0700
committerGitHub <[email protected]>2019-09-20 23:22:55 +0700
commitc08fcbbef5ab9d43c0701b6ac70885611295d4a1 (patch)
tree8b3422c952444add794503f206592d78f3aa145e /examples
parent6fb142b0aeb3de736cc916dd6023ec58cffe221f (diff)
parentc975976a7565a6186f503b0ce106b6ba84805091 (diff)
Merge pull request #172 from hathach/develop
Ported stm32 L0 and tested with L0358 discovery board
Diffstat (limited to 'examples')
-rw-r--r--examples/make.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/make.mk b/examples/make.mk
index b0aa5659e..f35195fde 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -58,6 +58,7 @@ CFLAGS += \
-Wall \
-Werror \
-Werror-implicit-function-declaration \
+ -Wfatal-errors \
-Wfloat-equal \
-Wundef \
-Wshadow \