mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
hwdef: set NRST_MODE on HolybroG4_GPS to fix reboot issue
This commit is contained in:
parent
54e2e33ee1
commit
4219d498ec
@ -23,6 +23,10 @@ define CH_CFG_ST_FREQUENCY 1000000
|
||||
# assume 512k flash part
|
||||
FLASH_SIZE_KB 512
|
||||
|
||||
# ensure NRST_MODE is set to "Reset input only". This fixes
|
||||
# an issue with resetting the CAN node and firmware update
|
||||
define HAL_FLASH_SET_NRST_MODE 0x01
|
||||
|
||||
# debug on USART2
|
||||
STDOUT_SERIAL SD2
|
||||
STDOUT_BAUDRATE 57600
|
||||
|
Loading…
Reference in New Issue
Block a user