Skip to content

Commit 9ebd86b

Browse files
committed
fix
1 parent 4eb4d46 commit 9ebd86b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/fsmc_lcd/pins.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! * Read enable instead of output enable
1616
//! * Write enable
1717
18-
use crate::gpio::alt::fsmc as alt;
18+
use crate::gpio::alt::fmc as alt;
1919

2020
use super::sealed;
2121
use super::{Lcd, SubBank1};

tools/check.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def main():
3030

3131
features = ["{},usb_fs,can,i2s,fsmc_lcd".format(x)
3232
for x in crate_info["features"].keys()
33-
if x.startswith("stm32f4")]
33+
if x.startswith("stm32f4") or x.startswith("stm32f7")]
3434

3535
if 'size_check' in sys.argv:
3636
cargo_cmd = ['cargo', 'build', '--release']

0 commit comments

Comments
 (0)