From f632a5048def57be02d3fa1dec83cd62efce9c2c Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Mon, 16 Nov 2015 21:50:33 +0000 Subject: [PATCH] Enable GTune by default on CJMCU again (due to other code size reductions). --- src/main/target/CJMCU/target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/target/CJMCU/target.h b/src/main/target/CJMCU/target.h index 5f00f61dfc..4c0649f380 100644 --- a/src/main/target/CJMCU/target.h +++ b/src/main/target/CJMCU/target.h @@ -75,5 +75,5 @@ #endif //#undef USE_CLI -//#define GTUNE +#define GTUNE //#define BLACKBOX