A_HAL_ChibiOS: add HAL_NMEA_OUTPUT_ENABLED 0

This commit is contained in:
Tom Pittenger 2023-02-06 16:45:09 -08:00 committed by Peter Barker
parent 3f5276c3d7
commit b0f0733ec3
1 changed files with 4 additions and 0 deletions

View File

@ -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