mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Fixup: forgot to rename fn in example
This commit is contained in:
parent
0434798439
commit
4c07c356e4
@ -34,8 +34,8 @@ async fn main(_spawner: Spawner) {
|
|||||||
// https://github.com/knurling-rs/defmt/pull/683
|
// https://github.com/knurling-rs/defmt/pull/683
|
||||||
Timer::after_millis(10).await;
|
Timer::after_millis(10).await;
|
||||||
|
|
||||||
let unique_id = unwrap!(otp::get_unique_id());
|
let chip_id = unwrap!(otp::get_chipid());
|
||||||
info!("Unique id:{:X}", unique_id);
|
info!("Unique id:{:X}", chip_id);
|
||||||
|
|
||||||
let private_rand = unwrap!(otp::get_private_random_number());
|
let private_rand = unwrap!(otp::get_private_random_number());
|
||||||
info!("Private Rand:{:X}", private_rand);
|
info!("Private Rand:{:X}", private_rand);
|
||||||
|
Loading…
Reference in New Issue
Block a user