Explorar el Código

Remove cdefines as it not used in external apps

MX hace 2 años
padre
commit
685ac6540d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      application.fam

+ 0 - 1
application.fam

@@ -3,7 +3,6 @@ App(
     name="Sub-GHz Bruteforcer",
     name="Sub-GHz Bruteforcer",
     apptype=FlipperAppType.EXTERNAL,
     apptype=FlipperAppType.EXTERNAL,
     entry_point="subbrute_app",
     entry_point="subbrute_app",
-    cdefines=["APP_SUB_BRUTE"],
     requires=["gui","dialogs"],
     requires=["gui","dialogs"],
     stack_size=2 * 1024,
     stack_size=2 * 1024,
     order=11,
     order=11,