From 394ed70d4ce3d4b21e666cbac3df718c6afc5a6d Mon Sep 17 00:00:00 2001 From: Vitaliy Nimych Date: Fri, 17 Nov 2023 01:21:12 +0200 Subject: [PATCH] fix '=' mistake PINIO BOX (#223) Co-authored-by: Vitaliy Nimych --- configs/STELLARF7V2/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/STELLARF7V2/config.h b/configs/STELLARF7V2/config.h index 9faeb947..4e2bf830 100644 --- a/configs/STELLARF7V2/config.h +++ b/configs/STELLARF7V2/config.h @@ -121,9 +121,9 @@ #define GYRO_1_SPI_INSTANCE SPI1 #define GYRO_1_ALIGN CW180_DEG #define GYRO_1_ALIGN_PITCH 1800 -#define PINIO1_BOX = 40 -#define PINIO2_BOX = 41 -#define PINIO3_BOX = 42 +#define PINIO1_BOX 40 +#define PINIO2_BOX 41 +#define PINIO3_BOX 42 //TODO set small_angle = 180 //TODO set box_user_1_name = VTX POWER //TODO set box_user_2_name = CAMERA SWITCH