Skip to content

Commit 73d13af

Browse files
committed
apps/slinky: Dependency issue
- fcb2 and config_fcb2 and log_fcb2 should be selectable via the target using syscfgs, it does not need to be specific to the app
1 parent df10d9e commit 73d13af

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

apps/slinky/pkg.yml

-12
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,3 @@ pkg.deps:
4444
pkg.deps.I2C_0: test/i2c_scan
4545
pkg.deps.I2C_1: test/i2c_scan
4646
pkg.deps.I2C_2: test/i2c_scan
47-
48-
pkg.deps.CONFIG_NFFS:
49-
- "@apache-mynewt-core/fs/nffs"
50-
51-
pkg.deps.CONFIG_LITTLEFS:
52-
- "@apache-mynewt-core/fs/littlefs"
53-
54-
pkg.deps.CONFIG_FCB:
55-
- "@apache-mynewt-core/fs/fcb"
56-
57-
pkg.deps.REBOOT_LOG_FCB:
58-
- "@apache-mynewt-core/fs/fcb"

0 commit comments

Comments
 (0)