mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: remove bad default from kha_eth hwdef
off is the default, but you have to use 0 not FALSE or it's a redefinition error
This commit is contained in:
parent
d7fa5a47de
commit
29f1953ad7
|
@ -140,7 +140,6 @@ define HAL_PERIPH_SHOW_SERIAL_MANAGER_PARAMS
|
|||
|
||||
define PERIPH_FW TRUE
|
||||
#define NO_DATAFLASH TRUE
|
||||
define HAL_LOGGING_ENABLED FALSE
|
||||
|
||||
#################################
|
||||
# AP_Periph - configurations specific to this App
|
||||
|
|
Loading…
Reference in New Issue