rectify #![no_std] accident
This commit is contained in:
parent
602cc1f0f3
commit
159b5c97d9
|
@ -1,4 +1,4 @@
|
|||
//#![no_std]
|
||||
#![no_std]
|
||||
|
||||
use core::{mem::size_of, str};
|
||||
use byteorder::{ByteOrder, BigEndian};
|
||||
|
|
Loading…
Reference in New Issue