fix nrf54 build

This commit is contained in:
liquidraver
2026-06-08 09:11:26 +02:00
parent 6861822127
commit 81a4365b0f
@@ -73,12 +73,14 @@
partitions {
/* Application — expanded to use slot1 space */
slot0_partition: partition@10000 {
compatible = "zephyr,mapped-partition";
label = "image-0";
reg = <0x10000 0x13E000>; /* 1272KB */
};
/* LittleFS 92KB for DataStore + file-based BLE settings */
lfs_partition: partition@14e000 {
compatible = "zephyr,mapped-partition";
label = "lfs";
reg = <0x14E000 0x17000>;
};