mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
This can just be made global at this point lol
This commit is contained in:
@@ -81,7 +81,7 @@ void subghz_scene_transmitter_on_enter(void* context) {
|
||||
subghz->fav_timer = furi_timer_alloc(fav_timer_callback, FuriTimerTypeOnce, subghz);
|
||||
furi_timer_start(
|
||||
subghz->fav_timer,
|
||||
XTREME_SETTINGS()->favorite_timeout * furi_kernel_get_tick_frequency());
|
||||
xtreme_settings.favorite_timeout * furi_kernel_get_tick_frequency());
|
||||
// subghz->state_notifications = SubGhzNotificationStateTx;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user