Update blackpill_pins.dtsi

Changing spi0 to spi1 to not have issues with i2c0 definition.
This commit is contained in:
Kyle McCreery 2022-11-30 18:31:28 -05:00 committed by GitHub
parent f952548c98
commit 413277b9ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,5 +46,5 @@
};
blackpill_i2c: &i2c0 {};
blackpill_spi: &spi0 {};
blackpill_spi: &spi1 {};
blackpill_serial: &uart0 {};