1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

OP-815 Coptercontrol hang on startupd due to WDG timeout

This commit is contained in:
Alessio Morale 2013-01-20 16:20:49 +01:00
parent f293298118
commit ad6d071e52

View File

@ -69,7 +69,7 @@ int main()
* (see pios_board.c for your arch)
* */
PIOS_Board_Init();
PIOS_WDG_Clear();
#ifdef ERASE_FLASH
PIOS_Flash_Jedec_EraseChip();
#if defined(PIOS_LED_HEARTBEAT)