From 92e5885b3476dd77bf98a50ad786d8a626db1210 Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Fri, 13 Oct 2017 17:13:23 -0400 Subject: [PATCH] Update Ardruino SDK to 1.8.4, add full warnings check --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 122994593..9990d7bd1 100644 --- a/platformio.ini +++ b/platformio.ini @@ -28,4 +28,4 @@ env_default = rambo platform=atmelavr board=reprap_rambo framework=arduino -build_flags = -I$BUILDSRC_DIR -Wall -Wextra -Wno-unused-parameter -Wno-empty-body +build_flags = -I$BUILDSRC_DIR -Wall -Wextra