[examples] add headers to pretty check (#3927)

This commit is contained in:
Jonathan Hui
2019-06-20 09:35:10 -07:00
committed by GitHub
parent b4c53e6bda
commit 896ac0ab69
43 changed files with 294 additions and 309 deletions
+3 -6
View File
@@ -38,17 +38,14 @@ libopenthread_platform_utils_a_CPPFLAGS = \
$(NULL)
libopenthread_platform_utils_a_SOURCES = \
code_utils.h \
debug_uart.c \
flash.h \
logging_rtt.c \
logging_rtt.h \
settings_ram.c \
settings_flash.c \
soft_source_match_table.c \
$(NULL)
noinst_HEADERS = \
code_utils.h \
flash.h \
logging_rtt.h \
soft_source_match_table.h \
$(NULL)