mirror of https://github.com/m-labs/artiq.git
firmware: fix libproto_artiq compilation failure
This commit is contained in:
parent
2d017a05a1
commit
76ee719a0d
|
@ -1,5 +1,6 @@
|
|||
#![no_std]
|
||||
#![cfg_attr(feature = "alloc", feature(alloc))]
|
||||
#![feature(extern_prelude)]
|
||||
|
||||
extern crate failure;
|
||||
#[macro_use]
|
||||
|
|
Loading…
Reference in New Issue