RP2040 emulated EEPROM. (#17519)
This commit is contained in:
@@ -7,3 +7,7 @@
|
||||
void panic(const char *fmt, ...) {
|
||||
chSysHalt(fmt);
|
||||
}
|
||||
|
||||
void hard_assertion_failure(void) {
|
||||
panic("hard assert");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user