From 55bcdf37342d782c723166de54ff031d09b1281f Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Wed, 15 Oct 2025 19:32:21 -0700 Subject: Clear framebuffer to pink --- src/mailbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailbox.h') diff --git a/src/mailbox.h b/src/mailbox.h index 2104265..dbd7be0 100644 --- a/src/mailbox.h +++ b/src/mailbox.h @@ -66,5 +66,5 @@ typedef struct __attribute__((aligned(MAIL_ALIGN))) Mail { void mbox_init(); const Mail* mbox_read(uint8_t channel); -void mbox_write(uint8_t channel, volatile const void* mail); +uint32_t mbox_write(uint8_t channel, volatile const void* mail); -- cgit v1.2.3