Skip to content

Commit ab59150

Browse files
committed
fix: fmt issue
1 parent ac0e1a2 commit ab59150

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/stm32l432/src/bin/qspi_mmap.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
#![no_main]
33
#![allow(dead_code)]
44
/// This example demonstrates how to use the QSPI peripheral in both indirect-mode and memory-mapped mode.
5-
/// If you want to test this example, please pay attention to:
6-
/// 1. connect QSPI pins to the flash memory.
7-
/// 2. check the flash memory datasheet to make sure operations in this example are compatible with your device, especially the registers I/O operations.
5+
/// If you want to test this example, please pay attention to flash pins and check flash device datasheet
6+
/// to make sure operations in this example are compatible with your device, especially registers I/O operations.
87
use defmt::info;
98
use embassy_stm32::mode;
109
use embassy_stm32::qspi::enums::{

0 commit comments

Comments
 (0)