fix: i2c being hoisted in the wrong place, missing closing curly #1

Merged
eden merged 1 commit from mint/fix/i2c-syntax into main 2024-08-05 16:00:31 +02:00

View file

@ -34,7 +34,9 @@
>; >;
}; };
&pro_micro_i2c { };
&pro_micro_i2c {
status = "okay"; status = "okay";
oled: ssd1306@3c { oled: ssd1306@3c {
@ -52,5 +54,4 @@
inversion-on; inversion-on;
prechargep = <0x22>; prechargep = <0x22>;
}; };
}; };