diff options
author | 3gg <3gg@shellblade.net> | 2025-10-15 19:32:21 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-10-15 19:32:21 -0700 |
commit | 55bcdf37342d782c723166de54ff031d09b1281f (patch) | |
tree | 11a95bfb390ba6f73e122a17fe0a00312f25dc78 /src/mailbox.h | |
parent | c099bcb7402421985e6e8c025e8cde591eaa073a (diff) |
Clear framebuffer to pink
Diffstat (limited to 'src/mailbox.h')
-rw-r--r-- | src/mailbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
66 | 66 | ||
67 | void mbox_init(); | 67 | void mbox_init(); |
68 | const Mail* mbox_read(uint8_t channel); | 68 | const Mail* mbox_read(uint8_t channel); |
69 | void mbox_write(uint8_t channel, volatile const void* mail); | 69 | uint32_t mbox_write(uint8_t channel, volatile const void* mail); |
70 | 70 | ||