1
0
Fork 0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2025-07-04 20:36:52 +02:00
CovidBracelet/zephyr/native_posix_64.overlay
2021-07-23 11:52:57 +02:00

12 lines
189 B
Text

&flash0 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "ens_storage";
reg = <0x0 0x00004000>;
};
};
};