mirror of https://github.com/ArduPilot/ardupilot
hwdefs: choose node stats - CarbonixF405 and CarbonixL496
Added definition to enable node statistics AP_Periph: choose node stats - CarbonixF405 and CarbonixL496 Added definition to enable node statistics
This commit is contained in:
parent
5651d8761d
commit
03f7df39dd
|
@ -108,6 +108,8 @@ PA6 VSENSE2 ADC1 SCALE(1)
|
|||
PB0 VSENSE3 ADC1 SCALE(1)
|
||||
PB1 VSENSE4 ADC1 SCALE(1)
|
||||
|
||||
define AP_STATS_ENABLED 1
|
||||
|
||||
define HAL_NO_GCS
|
||||
define HAL_NO_MONITOR_THREAD
|
||||
|
||||
|
|
|
@ -111,6 +111,8 @@ PA5 VSENSE2 ADC1 SCALE(1)
|
|||
PA6 VSENSE3 ADC1 SCALE(1)
|
||||
PB1 VSENSE4 ADC1 SCALE(1)
|
||||
|
||||
define AP_STATS_ENABLED 1
|
||||
|
||||
define HAL_NO_GCS
|
||||
define HAL_NO_MONITOR_THREAD
|
||||
|
||||
|
|
Loading…
Reference in New Issue