Fix startup hook sources

This commit is contained in:
WillyJL
2026-06-01 15:17:05 +02:00
parent 7ae9716622
commit c298ed01ac
+1 -1
View File
@@ -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,
)