Use IRQ for all I2C Writes

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

View File

@@ -278,7 +278,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);