Skip to content

Commit

Permalink
Minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Nov 13, 2024
1 parent 87f5e44 commit 5f78f8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hal/src/async_hal/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@
//!
//! loop {
//! defmt::info!("Sending 0x00 to SPI device...");
//! // This test is based on the BMP388 barometer. Feel free to use any I2C
//! // peripheral you have on hand.
//! spi.write(&[0x00]).await.unwrap();
//!
//! defmt::info!("Sent 0x00.");
Expand Down

0 comments on commit 5f78f8d

Please sign in to comment.