Skip to content

Commit

Permalink
Fix pico build
Browse files Browse the repository at this point in the history
Small typo in the feature name
  • Loading branch information
tronical committed Dec 9, 2021
1 parent 9aa4c2e commit ca5eed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/printerdemo/rust/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
LICENSE END */

#![no_std]
#![cfg_attr(feature = "mcu-pico-st778", no_main)]
#![cfg_attr(feature = "mcu-pico-st7789", no_main)]

extern crate alloc;

Expand Down

0 comments on commit ca5eed7

Please sign in to comment.