Browse Source

Enable -std=gnu11 for tsl2561 dir

devsaurus 8 years ago
parent
commit
103cca303e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/tsl2561/Makefile

+ 1 - 0
app/tsl2561/Makefile

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