Explorar el Código

Enable -std=gnu11 for tsl2561 dir

devsaurus hace 8 años
padre
commit
103cca303e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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.