1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-21 07:15:16 +03:00

Remove USE_SMARTPORT_MASTER

This commit is contained in:
Pawel Spychalski (DzikuVx) 2024-03-28 14:33:38 +01:00
parent 061d76aff7
commit 2fb1b51c67

View file

@ -111,7 +111,6 @@
#define USE_FRSKYOSD #define USE_FRSKYOSD
#define USE_DJI_HD_OSD #define USE_DJI_HD_OSD
#define USE_MSP_OSD #define USE_MSP_OSD
#define USE_SMARTPORT_MASTER
#define NAV_NON_VOLATILE_WAYPOINT_CLI #define NAV_NON_VOLATILE_WAYPOINT_CLI
@ -199,6 +198,7 @@
#define USE_HOTT_TEXTMODE #define USE_HOTT_TEXTMODE
#define USE_24CHANNELS #define USE_24CHANNELS
#define MAX_MIXER_PROFILE_COUNT 2 #define MAX_MIXER_PROFILE_COUNT 2
#define USE_SMARTPORT_MASTER
#elif !defined(STM32F7) #elif !defined(STM32F7)
#define MAX_MIXER_PROFILE_COUNT 1 #define MAX_MIXER_PROFILE_COUNT 1
#endif #endif