From 3fcf206bf5fc64507d6217f6ad6b6ca8ab74b77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20St=C3=A5lheim?= Date: Thu, 25 Aug 2016 12:10:41 +0200 Subject: [PATCH] Remove SONAR for NAZE to save FLASH --- src/main/target/NAZE/target.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/target/NAZE/target.h b/src/main/target/NAZE/target.h index a3b2bb1f34..55aa446357 100644 --- a/src/main/target/NAZE/target.h +++ b/src/main/target/NAZE/target.h @@ -104,11 +104,11 @@ #define USE_MAG_HMC5883 #define MAG_HMC5883_ALIGN CW180_DEG -#define SONAR -#define SONAR_TRIGGER_PIN PB0 -#define SONAR_ECHO_PIN PB1 -#define SONAR_TRIGGER_PIN_PWM PB8 -#define SONAR_ECHO_PIN_PWM PB9 +//#define SONAR +//#define SONAR_TRIGGER_PIN PB0 +//#define SONAR_ECHO_PIN PB1 +//#define SONAR_TRIGGER_PIN_PWM PB8 +//#define SONAR_ECHO_PIN_PWM PB9 //#define DISPLAY