Update src/ to the new libtock.

This commit is contained in:
Guillaume Endignoux
2020-07-10 10:39:28 +02:00
parent b30b88156a
commit 3c5e0c9cf1
6 changed files with 79 additions and 66 deletions

View File

@@ -16,6 +16,8 @@
#[macro_use]
extern crate alloc;
extern crate libtock;
extern crate lang_items;
extern crate libtock_core;
extern crate libtock_drivers;
pub mod embedded_flash;