Enable -std=gnu11 for tsl2561 dir

This commit is contained in:
devsaurus 2016-03-22 22:23:13 +01:00
parent 212cc8fdcd
commit 103cca303e
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ ifndef PDIR
GEN_LIBS = tsl2561lib.a
endif
STD_CFLAGS=-std=gnu11 -Wimplicit
#############################################################
# Configuration i.e. compile options etc.