mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -8,7 +8,7 @@ extern "C" {
|
||||
|
||||
typedef struct GPIOItems GPIOItems;
|
||||
|
||||
GPIOItems* gpio_items_alloc();
|
||||
GPIOItems* gpio_items_alloc(void);
|
||||
|
||||
void gpio_items_free(GPIOItems* items);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user