Skip to content

Commit a72c523

Browse files
committed
oops
1 parent d5935dc commit a72c523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/main/subghz/subghz.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ SubGhz* subghz_alloc(bool alloc_for_tx_only) {
193193
//init TxRx & Protocol & History & KeyBoard
194194
subghz_unlock(subghz);
195195

196-
SubGhzSetting* setting = subghz_txrx_get_setting(subghz->txrx);
196+
//SubGhzSetting* setting = subghz_txrx_get_setting(subghz->txrx);
197197

198198
//subghz_load_custom_presets(setting);
199199

0 commit comments

Comments
 (0)