mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 22:18:28 -04:00
AP_NMEA_Output: remove from 1MB boards
This commit is contained in:
parent
f6e93ad12b
commit
9d74b3d2d9
@ -5,5 +5,5 @@
|
||||
|
||||
// Needs SerialManager + (AHRS or GPS)
|
||||
#ifndef HAL_NMEA_OUTPUT_ENABLED
|
||||
#define HAL_NMEA_OUTPUT_ENABLED HAL_GCS_ENABLED
|
||||
#define HAL_NMEA_OUTPUT_ENABLED BOARD_FLASH_SIZE>1024 && HAL_GCS_ENABLED
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user