浏览代码

Enable -std=gnu11 for tsl2561 dir

devsaurus 8 年之前
父节点
当前提交
103cca303e
共有 1 个文件被更改,包括 1 次插入0 次删除
  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.