This commit is contained in:
Matthew Kennedy 2023-08-27 16:44:01 -07:00
parent e859f65ef8
commit cef93b1c48
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ blt_bool FlashVerifyChecksum() {
}
blt_addr FlashGetUserProgBaseAddress() {
#if STM32H7
#ifdef STM32H7XX
return 0x08020000;
#endif
#else // not STM32H7
return 0x08008000;
#endif
}