Skip to content

Commit

Permalink
refactor(example): add storage back
Browse files Browse the repository at this point in the history
Signed-off-by: Haobo Gu <[email protected]>
  • Loading branch information
HaoboGu committed Feb 4, 2024
1 parent 205578a commit cf7e34a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions boards/stm32h7/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ async fn main(_spawner: Spawner) {
> = StaticCell::new();
let keymap = MY_KEYMAP.init(RefCell::new(KeyMap::new(
crate::keymap::KEYMAP,
// Some(f),
None,
Some(f),
None,
)));

Expand Down

0 comments on commit cf7e34a

Please sign in to comment.