mirror of https://github.com/ArduPilot/ardupilot
A_HAL_ChibiOS: add HAL_NMEA_OUTPUT_ENABLED 0
This commit is contained in:
parent
3f5276c3d7
commit
b0f0733ec3
|
@ -2844,6 +2844,10 @@ def add_apperiph_defaults(f):
|
|||
#define HAL_RALLY_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_NMEA_OUTPUT_ENABLED
|
||||
#define HAL_NMEA_OUTPUT_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_CAN_DEFAULT_NODE_ID
|
||||
#define HAL_CAN_DEFAULT_NODE_ID 0
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue