mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: disable watchdog on CubePilot-CANMod
This commit is contained in:
parent
50ae1ca7e8
commit
4e39318920
|
@ -20,6 +20,8 @@ FLASH_RESERVE_START_KB 0
|
|||
# the H757 has 128k sectors, assign 2 sectors for BL
|
||||
FLASH_BOOTLOADER_LOAD_KB 256
|
||||
|
||||
define WATCHDOG_DISABLED
|
||||
|
||||
# crystal frequency
|
||||
OSCILLATOR_HZ 24000000
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
# MCU class and specific type
|
||||
MCU STM32H7xx STM32H757xx
|
||||
|
||||
define WATCHDOG_DISABLED
|
||||
|
||||
define CORE_CM7
|
||||
define SMPS_PWR
|
||||
|
||||
|
|
Loading…
Reference in New Issue