mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 22:58:36 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -7,7 +7,7 @@ struct GPIOItems {
|
||||
size_t count;
|
||||
};
|
||||
|
||||
GPIOItems* gpio_items_alloc() {
|
||||
GPIOItems* gpio_items_alloc(void) {
|
||||
GPIOItems* items = malloc(sizeof(GPIOItems));
|
||||
|
||||
items->count = 0;
|
||||
|
||||
Reference in New Issue
Block a user