rectify #![no_std] accident

master
Astro 2020-12-11 20:28:55 +01:00
parent 602cc1f0f3
commit 159b5c97d9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
//#![no_std]
#![no_std]
use core::{mem::size_of, str};
use byteorder::{ByteOrder, BigEndian};