From 3fdd183f333123ef825d62a1990418d40c0033bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 18 Mar 2017 21:14:10 +0100 Subject: [PATCH] Remove commented out code. --- right/src/usb_protocol_handler.c | 1 - 1 file changed, 1 deletion(-) diff --git a/right/src/usb_protocol_handler.c b/right/src/usb_protocol_handler.c index 96c2aa8..ff73435 100644 --- a/right/src/usb_protocol_handler.c +++ b/right/src/usb_protocol_handler.c @@ -113,7 +113,6 @@ void getSystemProperty() { void jumpToBootloader() { SCB->AIRCR = 0x5FA<AIRCR = 0x05fA0002; // If the masked version doesn't work, this should also reset the core. for (;;); }