From 103cca303e8c8efa726c19abf15d7b498d1d422a Mon Sep 17 00:00:00 2001 From: devsaurus Date: Tue, 22 Mar 2016 22:23:13 +0100 Subject: [PATCH] Enable -std=gnu11 for tsl2561 dir --- app/tsl2561/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/app/tsl2561/Makefile b/app/tsl2561/Makefile index 34d6e7dc..7963bd5d 100644 --- a/app/tsl2561/Makefile +++ b/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.