AP_HAL_CHibiOS: JFB100 hwdef fix for ext watchdog

This commit is contained in:
jfbblue0922 2023-06-13 16:30:52 +09:00 committed by Peter Barker
parent 124e6d3c61
commit dd7c92f526
1 changed files with 3 additions and 3 deletions

View File

@ -341,9 +341,9 @@ PG15 WA8 INPUT PULLUP
# now we define the pins that USB is connected on
PA9 VBAS INPUT PULLDOWN
# External watchdog timer clear
PH11 WDI_OUT OUTPUT SPEED_VERYLOW
define WDI_OUT_INTERVAL_TIME_MS 100
# External watchdog gpio
PH11 EXT_WDOG OUTPUT SPEED_VERYLOW
define EXT_WDOG_INTERVAL_MS 100
# safety switch
PE10 SAFETY_IN INPUT PULLUP