@@ -243,7 +243,7 @@ void HardFault_Handler_C(ContextStateFrame_t* frame, uint32_t lr_value){
// "thumb instruction interworking" bit set
frame->xpsr = (1 << 24);
#else
while(1);
while(1){}
#endif
}
The note is not visible to the blocked user.