diff options
| author | hathach <[email protected]> | 2019-09-20 23:22:55 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-20 23:22:55 +0700 |
| commit | c08fcbbef5ab9d43c0701b6ac70885611295d4a1 (patch) | |
| tree | 8b3422c952444add794503f206592d78f3aa145e /examples/make.mk | |
| parent | 6fb142b0aeb3de736cc916dd6023ec58cffe221f (diff) | |
| parent | c975976a7565a6186f503b0ce106b6ba84805091 (diff) | |
Merge pull request #172 from hathach/develop
Ported stm32 L0 and tested with L0358 discovery board
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 1 |
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 \ |
