Use the std stub definitions from the 'avr-std-stub' crate

This commit is contained in:
Dylan McKay 2020-07-26 00:33:58 +12:00
parent 6dfffaa3f9
commit 869113a693
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@ build = "core_generator/build.rs"
keywords = ["avr", "arduino", "uno"]
[dependencies]
avr-std-stub = "1.0"
target-cpu-macro = "0.1"
[build-dependencies]

View File

@ -9,6 +9,8 @@
#![no_std]
extern crate avr_std_stub;
pub use self::register::{Register, RegisterBits, RegisterValue};
pub use self::pin::{DataDirection, Pin};