uint32_t *src = &_etext; | uint32_t *src = &_etext; | ||||
uint32_t *dest = &_sdata; | uint32_t *dest = &_sdata; | ||||
unsigned int i; | unsigned int i; | ||||
#if F_CPU <= 2000000 | |||||
volatile int n; | volatile int n; | ||||
#endif | |||||
WDOG_UNLOCK = WDOG_UNLOCK_SEQ1; | WDOG_UNLOCK = WDOG_UNLOCK_SEQ1; | ||||
WDOG_UNLOCK = WDOG_UNLOCK_SEQ2; | WDOG_UNLOCK = WDOG_UNLOCK_SEQ2; |