Update blackpill_pins.dtsi
Changing spi0 to spi1 to not have issues with i2c0 definition.
This commit is contained in:
parent
f952548c98
commit
413277b9ed
1 changed files with 1 additions and 1 deletions
|
@ -46,5 +46,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
blackpill_i2c: &i2c0 {};
|
blackpill_i2c: &i2c0 {};
|
||||||
blackpill_spi: &spi0 {};
|
blackpill_spi: &spi1 {};
|
||||||
blackpill_serial: &uart0 {};
|
blackpill_serial: &uart0 {};
|
||||||
|
|
Loading…
Add table
Reference in a new issue