mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
make any unknown interrupts/faults reset the microcontroller
This commit is contained in:
parent
d96d6f9c91
commit
de692e05e2
|
@ -220,6 +220,5 @@ void Reset_Handler(void)
|
|||
*/
|
||||
void Dummy_Handler(void)
|
||||
{
|
||||
while (1) {
|
||||
}
|
||||
NVIC_SystemReset();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue