feat(attribute): add no_std attribute

This commit is contained in:
doryan 2025-04-22 22:44:19 +04:00
parent 901b58cd27
commit 52de979023

View File

@ -1,3 +1,5 @@
#![no_std]
use core::marker::PhantomData; use core::marker::PhantomData;
use arduino_hal::{ use arduino_hal::{