RP2040 emulated EEPROM. (#17519)

This commit is contained in:
Nick Brassel
2022-07-02 15:18:50 +10:00
committed by GitHub
parent 9f1c4f304d
commit 5846b40f74
13 changed files with 470 additions and 22 deletions

View File

@@ -7,3 +7,7 @@
void panic(const char *fmt, ...) {
chSysHalt(fmt);
}
void hard_assertion_failure(void) {
panic("hard assert");
}