Browse Source

Merge i2ctools from https://github.com/xMasterX/all-the-plugins

Willy-JL 2 years ago
parent
commit
d9db5623da
1 changed files with 0 additions and 1 deletions
  1. 0 1
      i2ctools/application.fam

+ 0 - 1
i2ctools/application.fam

@@ -3,7 +3,6 @@ App(
     name="[I2C] i2c Tools",
     apptype=FlipperAppType.EXTERNAL,
     entry_point="i2ctools_app",
-    cdefines=["APP_I2CTOOLS"],
     requires=["gui"],
     stack_size=2 * 1024,
     order=175,