main: rm unused feature #![feature(global_asm)]

smoltcp
Astro 2019-05-23 16:06:41 +02:00
parent 99371375fd
commit fd7fd0db14
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#![no_std]
#![no_main]
#![feature(asm)]
//[feature(global_asm)]
#![feature(naked_functions)]
use core::fmt::Write;