From 72efb7a25751989291254173b6f0d75e90431a5d Mon Sep 17 00:00:00 2001 From: ot0tot <36753790+ot0tot@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:32:12 -0500 Subject: [PATCH] Update config.h --- configs/SPEEDYBEEF405WING/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/SPEEDYBEEF405WING/config.h b/configs/SPEEDYBEEF405WING/config.h index 17e78526..8872645f 100644 --- a/configs/SPEEDYBEEF405WING/config.h +++ b/configs/SPEEDYBEEF405WING/config.h @@ -44,6 +44,10 @@ #define USE_BARO_DPS310 #define USE_BARO_SPL06 +#ifndef USE_WING +#define USE_WING +#endif + #define BEEPER_PIN PC15 #define MOTOR1_PIN PB7 #define MOTOR2_PIN PB6