We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3617dd7 + ecf6f9a commit c317dcfCopy full SHA for c317dcf
src/fsmc_lcd/mod.rs
@@ -127,7 +127,7 @@ impl Word for u8 {
127
const MWID: fsmc::bcr1::MWID = fsmc::bcr1::MWID::Bits8;
128
}
129
impl Word for u16 {
130
- const MWID: fsmc::bcr1::MWID = fsmc::bcr1::MWID::Bits8;
+ const MWID: fsmc::bcr1::MWID = fsmc::bcr1::MWID::Bits16;
131
132
133
impl<PINS, WORD: Word> FsmcLcd<PINS, WORD>
0 commit comments