mark as no-std

main
_ 2025-04-07 21:10:22 -05:00
parent 8fabe4f446
commit 2532668ec5
1 changed files with 3 additions and 1 deletions

View File

@ -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 {