This commit is contained in:
Matthew Kennedy 2023-08-26 12:00:38 -07:00
parent fa47e3a3e3
commit 2ef2e835d7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ blt_bool FlashErase(blt_addr addr, blt_int32u len) {
return BLT_TRUE;
}
blt_bool FlashDone(void) {
blt_bool FlashDone() {
return BLT_TRUE;
}