From 0f6125f7e52c0e7afb15824e11037d4a50051365 Mon Sep 17 00:00:00 2001 From: podhrmic Date: Thu, 11 Aug 2016 10:21:45 -0700 Subject: [PATCH] [chibios] Indentantion fix --- conf/Makefile.chibios | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/Makefile.chibios b/conf/Makefile.chibios index cd01fed70e..0956171b1b 100644 --- a/conf/Makefile.chibios +++ b/conf/Makefile.chibios @@ -80,7 +80,6 @@ ifeq (,$(findstring $(RTOS_DEBUG),0 FALSE)) else CH_OPT ?= 2 -ggdb endif - USE_OPT = -std=gnu99 -O$(CH_OPT) \ -falign-functions=16 -fomit-frame-pointer \ -W -Wall \