Update ui.c

that should be the right format now
This commit is contained in:
Lemeon 2024-01-21 21:02:06 +01:00 committed by GitHub
parent 299ca4abd6
commit ead5277a66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -440,12 +440,12 @@ void EraseChargeBar(void) {
}
}
typedef union{
typedef union {
u32 values[2];
u64 raw;
} returnValues;
typedef u64 DivRem (u32, u32);
typedef u64 DivRem(u32, u32);
void DrawChargeBar(void) {
bool32 tmp1;