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/device | |
| parent | 32dcc06429ba8465552882d20b81bc3d75454df3 (diff) | |
added stm32 L0 support
close #125
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/board_test/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/device/board_test/Makefile b/examples/device/board_test/Makefile index e0c6d6ce2..5a455078e 100644 --- a/examples/device/board_test/Makefile +++ b/examples/device/board_test/Makefile @@ -5,9 +5,6 @@ INC += \ src \ $(TOP)/hw \ -# stop on the first build error, which is quite a lot of porting new board -CFLAGS += -Wfatal-errors - # Example source EXAMPLE_SOURCE += $(wildcard src/*.c) SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE)) |
