diff --git a/firmware/chip/startup_samd20.c b/firmware/chip/startup_samd20.c index 7ad5242..de7f3a2 100644 --- a/firmware/chip/startup_samd20.c +++ b/firmware/chip/startup_samd20.c @@ -154,6 +154,7 @@ const DeviceVectors exception_table = { * \brief This is the code that gets called on processor reset. * To initialize the device, and call the main() routine. */ +__attribute__((noreturn)) void Reset_Handler(void) { uint32_t *pSrc, *pDest;