mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Use IRQ for all I2C Writes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user