mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 05:18:35 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -238,7 +238,7 @@ static int32_t expansion_control(void* context) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
static Expansion* expansion_alloc() {
|
||||
static Expansion* expansion_alloc(void) {
|
||||
Expansion* instance = malloc(sizeof(Expansion));
|
||||
|
||||
instance->queue =
|
||||
|
||||
Reference in New Issue
Block a user