mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -12,7 +12,7 @@ typedef void (*BtTestBackCallback)(void* context);
|
||||
typedef struct BtTestParam BtTestParam;
|
||||
typedef void (*BtTestParamChangeCallback)(BtTestParam* param);
|
||||
|
||||
BtTest* bt_test_alloc();
|
||||
BtTest* bt_test_alloc(void);
|
||||
|
||||
void bt_test_free(BtTest* bt_test);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user