From ebf512456daa6a9b528775a65ab812548f7a7999 Mon Sep 17 00:00:00 2001 From: blckmn Date: Mon, 21 Nov 2016 12:43:29 +1100 Subject: [PATCH] Corrected BEEPER config for SOULF4 --- src/main/target/REVO/target.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/target/REVO/target.h b/src/main/target/REVO/target.h index 1bf49e84db..65de200900 100644 --- a/src/main/target/REVO/target.h +++ b/src/main/target/REVO/target.h @@ -51,6 +51,9 @@ #define BEEPER_INVERTED #elif defined(REVOLT) #define BEEPER PB4 +#elif defined(SOULF4) + #define BEEPER PB6 + #define BEEPER_INVERTED #else #define LED1 PB4 // Leave beeper here but with none as io - so disabled unless mapped.