mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: add HAL_WITH_MCU_MONITORING define for H757
This commit is contained in:
parent
4452745892
commit
27240716dd
|
@ -69,6 +69,7 @@ mcu = {
|
|||
|
||||
'DEFINES' : {
|
||||
'HAL_HAVE_HARDWARE_DOUBLE' : '1',
|
||||
'HAL_WITH_MCU_MONITORING' : '1',
|
||||
'STM32H7' : '1',
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue