mirror of
https://github.com/okalachev/flix.git
synced 2026-06-28 05:56:44 +00:00
Simplify WIFI_ENABLED macro test
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ Parameter parameters[] = {
|
||||
{"RC_MAX_5", &channelMax[5]},
|
||||
{"RC_MAX_6", &channelMax[6]},
|
||||
{"RC_MAX_7", &channelMax[7]},
|
||||
#if WIFI_ENABLED == 1
|
||||
#if WIFI_ENABLED
|
||||
// MAVLink
|
||||
{"MAV_CTRL_SCALE", &mavlinkControlScale},
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user