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.
MaybeUninit
1 parent 4a6300f commit f4c41e0Copy full SHA for f4c41e0
src/main.rs
@@ -1,7 +1,7 @@
1
#![no_std]
2
#![no_main]
3
4
-use core::mem::MaybeUninit;
+#use core::mem::MaybeUninit;
5
6
use flash_algorithm::*;
7
use rtt_target::{rprintln, rtt_init_print};
0 commit comments