Skip to content

Commit c26b7c8

Browse files
pabigotcarlescufi
authored andcommitted
samples: littlefs: fix reg error in particle_xenon overlay
Eliminate "unit address and first address in 'reg'" diagnostic for the storage partition redefinition. Signed-off-by: Peter A. Bigot <[email protected]>
1 parent 0b1ef3f commit c26b7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/subsys/fs/littlefs/boards/particle_xenon.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
reg = <0x00200000 0x00004000>;
2626
};
2727
/* A bigger partition for something else. */
28-
partition@220000 {
28+
partition@204000 {
2929
label = "scratch";
3030
reg = <0x00204000 0x001fc000>;
3131
};

0 commit comments

Comments
 (0)