Update to match esp-idf style changes

This commit is contained in:
Josh Watts
2017-02-16 19:45:59 -05:00
parent 510dd21158
commit 586323c608

View File

@@ -9,10 +9,5 @@
COMPONENT_ADD_INCLUDEDIRS := include
#COMPONENT_PRIV_INCLUDEDIRS :=
COMPONENT_SRCDIRS := .
#EXTRA_CFLAGS := -DICACHE_RODATA_ATTR
CFLAGS += -Wno-error=implicit-function-declaration -Wno-error=format= -DHAVE_CONFIG_H
include $(IDF_PATH)/make/component_common.mk