summaryrefslogtreecommitdiffstats
path: root/watch-library/hardware/startup_saml22.c
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/hardware/startup_saml22.c')
-rwxr-xr-xwatch-library/hardware/startup_saml22.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/watch-library/hardware/startup_saml22.c b/watch-library/hardware/startup_saml22.c
index f4982564..2d2027f0 100755
--- a/watch-library/hardware/startup_saml22.c
+++ b/watch-library/hardware/startup_saml22.c
@@ -220,6 +220,5 @@ void Reset_Handler(void)
*/
void Dummy_Handler(void)
{
- while (1) {
- }
+ NVIC_SystemReset();
}