somethings wrong..

This commit is contained in:
2024-09-19 18:37:44 +02:00
parent 6e48bf8d24
commit 21186af3bf
5 changed files with 63 additions and 49 deletions

View File

@ -105,7 +105,6 @@ fn main() -> ! {
(RomSck, RomMiso, RomMosi),
// These values are taken from the vorago bootloader app, don't want to experiment here..
SpiConfig::default().clk_cfg(SpiClkConfig::new(2, 4)),
None,
);
let mut nvm =
M95M01::new(ExclusiveDevice::new_no_delay(spi, dummy_pin::DummyPin::new_low()).unwrap())