mark as no-std
parent
8fabe4f446
commit
2532668ec5
|
@ -2,7 +2,9 @@
|
|||
//!
|
||||
//! https://github.com/Marc-B-Reynolds/Stand-alone-junk/blob/master/src/SFH/prns.h
|
||||
|
||||
use std::num::Wrapping;
|
||||
#![no_std]
|
||||
|
||||
use core::num::Wrapping;
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct Prns {
|
||||
|
|
Loading…
Reference in New Issue