Skip to content

Commit c6393e2

Browse files
Chen Peng1nashif
authored andcommitted
dts: stm32f411e_disco@B: fix wrong device label lsm303agr-magn@1e.
the device label lsm303agr-magn@1e doesn't exist in the base dts file stm32f411e_disco.dts, it is lsm303agr-magn, so correct it. Signed-off-by: Chen Peng1 <[email protected]>
1 parent 7f105ce commit c6393e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/stm32f411e_disco/stm32f411e_disco_B.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
};
1212

1313
&i2c1 {
14-
/delete-node/ lsm303agr-magn@1e;
14+
/delete-node/ lsm303agr-magn;
1515
/delete-node/ lsm303agr-accel@19;
1616

1717
lsm303dlhc_magn: lsm303dlhc-magn@1e {

0 commit comments

Comments
 (0)