Skip to content

Commit f70c19b

Browse files
Drop SPI back to 2 MHz for reliability.
1 parent c48d2d6 commit f70c19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ impl Hardware {
611611
spi_bus: hal::Spi::new(spi).init(
612612
resets,
613613
clocks.peripheral_clock.freq(),
614-
4_000_000.Hz(),
614+
2_000_000.Hz(),
615615
&embedded_hal::spi::MODE_0,
616616
),
617617
delay,

0 commit comments

Comments
 (0)