Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Jul 4, 2023
1 parent 4eb4d46 commit 9ebd86b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fsmc_lcd/pins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//! * Read enable instead of output enable
//! * Write enable
use crate::gpio::alt::fsmc as alt;
use crate::gpio::alt::fmc as alt;

use super::sealed;
use super::{Lcd, SubBank1};
Expand Down
2 changes: 1 addition & 1 deletion tools/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main():

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

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

0 comments on commit 9ebd86b

Please sign in to comment.