Use IRQ for all I2C Writes

This commit is contained in:
Ben V. Brown
2025-02-22 13:31:27 +11:00
parent 1095d1bc0a
commit bef8233aa7
3 changed files with 50 additions and 48 deletions

View File

@@ -277,7 +277,7 @@ uint8_t getDeviceValidationStatus() {
}
void showBootLogo(void) {
uint8_t scratch[1024];
alignas(uint32_t) uint8_t scratch[1024];
flash_read(FLASH_LOGOADDR - 0x23000000, scratch, 1024);
BootLogo::handleShowingLogo(scratch);