diff options
| author | hathach <[email protected]> | 2019-09-20 13:49:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-09-20 13:49:33 +0700 |
| commit | 7b2f8cc73a758eefc2a308813d0081f08ddfeb2b (patch) | |
| tree | 7f36c5ff7e19b51b466b9ae4715696f3e3b0e466 /examples/make.mk | |
| parent | 32dcc06429ba8465552882d20b81bc3d75454df3 (diff) | |
added stm32 L0 support
close #125
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 \ |
