Skip to content

Commit

Permalink
Update furi_hal_subghz.c
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueMaster committed Aug 7, 2022
1 parent 9644beb commit 28317ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/targets/f7/furi_hal/furi_hal_subghz.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ uint32_t furi_hal_subghz_set_frequency_and_path(uint32_t value) {

bool furi_hal_subghz_is_tx_allowed(uint32_t value) {
//checking regional settings
bool is_allowed = false;
bool is_extended = false;
bool is_allowed = false;

Storage* storage = furi_record_open("storage");
FlipperFormat* fff_data_file = flipper_format_file_alloc(storage);
Expand Down

0 comments on commit 28317ca

Please sign in to comment.