Remove commented out code.

This commit is contained in:
László Monda
2017-03-18 21:14:10 +01:00
parent 1bb76d7d3f
commit 3fdd183f33

View File

@@ -113,7 +113,6 @@ void getSystemProperty() {
void jumpToBootloader() {
SCB->AIRCR = 0x5FA<<SCB_AIRCR_VECTKEY_Pos | SCB_AIRCR_SYSRESETREQ_Msk; // Reset the MCU.
// SCB->AIRCR = 0x05fA0002; // If the masked version doesn't work, this should also reset the core.
for (;;);
}