From c298ed01ac81a7deb8b9d556496128bae4acc551 Mon Sep 17 00:00:00 2001 From: WillyJL Date: Mon, 1 Jun 2026 15:17:05 +0200 Subject: [PATCH] Fix startup hook sources --- applications/main/subghz/application.fam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/main/subghz/application.fam b/applications/main/subghz/application.fam index 642651d22..d80978b8e 100644 --- a/applications/main/subghz/application.fam +++ b/applications/main/subghz/application.fam @@ -96,6 +96,6 @@ App( targets=["f7"], apptype=FlipperAppType.STARTUP, entry_point="subghz_extended_freq", - # sources=["subghz_extended_freq.c"], + sources=["subghz_extended_freq.c"], order=650, )