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

View File

@ -9,8 +9,8 @@ extern "C" {
void FlashInit() { }
blt_bool FlashVerifyChecksum() {
// Naive check: if the first block is blank, there's no code there
return intFlashIsErased(FlashGetUserProgBaseAddress(), 4) ? BLT_FALSE : BLT_TRUE;
// return BLT_FALSE;
}
blt_addr FlashGetUserProgBaseAddress() {