mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -18,7 +18,7 @@ void subghz_worker_rx_callback(bool level, uint32_t duration, void* context);
|
||||
* Allocate SubGhzWorker.
|
||||
* @return SubGhzWorker* Pointer to a SubGhzWorker instance
|
||||
*/
|
||||
SubGhzWorker* subghz_worker_alloc();
|
||||
SubGhzWorker* subghz_worker_alloc(void);
|
||||
|
||||
/**
|
||||
* Free SubGhzWorker.
|
||||
|
||||
Reference in New Issue
Block a user