Update subghz_tx_rx_worker.c

This commit is contained in:
RogueMaster
2022-10-18 18:38:31 -04:00
parent 6d4635e180
commit ff4d176529
+1 -1
View File
@@ -236,7 +236,7 @@ bool subghz_tx_rx_worker_start(SubGhzTxRxWorker* instance, uint32_t frequency) {
instance->worker_running = true;
if(furi_hal_subghz_is_tx_allowed(frequency)) {
if(furi_hal_region_is_frequency_allowed(frequency)) {
instance->frequency = frequency;
res = true;
}