mirror of
https://github.com/okalachev/flix.git
synced 2026-01-12 22:17:45 +00:00
Simplify WIFI_ENABLED macro test
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
// MAVLink communication
|
||||
|
||||
#if WIFI_ENABLED == 1
|
||||
#if WIFI_ENABLED
|
||||
|
||||
#include <MAVLink.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user