Home to work

This commit is contained in:
Dmitry422
2026-01-25 22:38:11 +07:00
parent 267140b161
commit 8a85ab88a7
4 changed files with 85 additions and 66 deletions

View File

@@ -98,8 +98,6 @@ typedef struct {
static SubGhzDeviceCC1101Ext* subghz_device_cc1101_ext = NULL;
bool subghz_device_cc1101_ext_is_async_tx_complete(void);
static bool subghz_device_cc1101_ext_check_init(void) {
furi_assert(subghz_device_cc1101_ext->state == SubGhzDeviceCC1101ExtStateInit);
subghz_device_cc1101_ext->state = SubGhzDeviceCC1101ExtStateIdle;