skip freertos and lwip webserver example for msp430

This commit is contained in:
hathach 2020-03-22 21:29:13 +07:00
parent a101a4f098
commit ef5789d7c9
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
too many warnings for 16-bit integer overflow

View File

@ -17,6 +17,8 @@ INC += \
# Example source
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
# lwip sources
SRC_C += \
lib/lwip/src/core/altcp.c \
lib/lwip/src/core/altcp_alloc.c \