mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -57,7 +57,7 @@ void subghz_tx_rx_worker_set_callback_have_read(
|
||||
* Allocate SubGhzTxRxWorker
|
||||
* @return SubGhzTxRxWorker* Pointer to a SubGhzTxRxWorker instance
|
||||
*/
|
||||
SubGhzTxRxWorker* subghz_tx_rx_worker_alloc();
|
||||
SubGhzTxRxWorker* subghz_tx_rx_worker_alloc(void);
|
||||
|
||||
/**
|
||||
* Free SubGhzTxRxWorker
|
||||
|
||||
Reference in New Issue
Block a user