forked from M-Labs/zynq-rs
main: rm unused feature #![feature(global_asm)]
This commit is contained in:
parent
99371375fd
commit
fd7fd0db14
|
@ -1,7 +1,6 @@
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![no_main]
|
#![no_main]
|
||||||
#![feature(asm)]
|
#![feature(asm)]
|
||||||
//[feature(global_asm)]
|
|
||||||
#![feature(naked_functions)]
|
#![feature(naked_functions)]
|
||||||
|
|
||||||
use core::fmt::Write;
|
use core::fmt::Write;
|
||||||
|
|
Loading…
Reference in New Issue