mirror of https://github.com/ArduPilot/ardupilot
hwdef: remove 'HAL_WATCHDOG_ENABLED_DEFAULT true' from periphs
this is the default for peripherals
This commit is contained in:
parent
9835fe80d6
commit
eedb8ae617
|
@ -19,9 +19,6 @@ env AP_PERIPH 1
|
||||||
define STM32_ST_USE_TIMER 5
|
define STM32_ST_USE_TIMER 5
|
||||||
define CH_CFG_ST_RESOLUTION 32
|
define CH_CFG_ST_RESOLUTION 32
|
||||||
|
|
||||||
# enable watchdog
|
|
||||||
define HAL_WATCHDOG_ENABLED_DEFAULT true
|
|
||||||
|
|
||||||
# crystal frequency
|
# crystal frequency
|
||||||
OSCILLATOR_HZ 16000000
|
OSCILLATOR_HZ 16000000
|
||||||
|
|
||||||
|
|
|
@ -20,9 +20,6 @@ env AP_PERIPH 1
|
||||||
|
|
||||||
STM32_ST_USE_TIMER 5
|
STM32_ST_USE_TIMER 5
|
||||||
|
|
||||||
# enable watchdog
|
|
||||||
define HAL_WATCHDOG_ENABLED_DEFAULT true
|
|
||||||
|
|
||||||
# crystal frequency
|
# crystal frequency
|
||||||
OSCILLATOR_HZ 16000000
|
OSCILLATOR_HZ 16000000
|
||||||
|
|
||||||
|
|
|
@ -20,9 +20,6 @@ env AP_PERIPH 1
|
||||||
|
|
||||||
STM32_ST_USE_TIMER 5
|
STM32_ST_USE_TIMER 5
|
||||||
|
|
||||||
# enable watchdog
|
|
||||||
define HAL_WATCHDOG_ENABLED_DEFAULT true
|
|
||||||
|
|
||||||
# crystal frequency
|
# crystal frequency
|
||||||
OSCILLATOR_HZ 16000000
|
OSCILLATOR_HZ 16000000
|
||||||
|
|
||||||
|
|
|
@ -18,9 +18,6 @@ define HAL_STORAGE_SIZE 800
|
||||||
# setup build for a peripheral firmware
|
# setup build for a peripheral firmware
|
||||||
env AP_PERIPH 1
|
env AP_PERIPH 1
|
||||||
|
|
||||||
# enable watchdog
|
|
||||||
define HAL_WATCHDOG_ENABLED_DEFAULT true
|
|
||||||
|
|
||||||
# crystal frequency
|
# crystal frequency
|
||||||
OSCILLATOR_HZ 8000000
|
OSCILLATOR_HZ 8000000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue