Use arrayref for converting into ApduHeader

This commit is contained in:
Kamran Khan
2020-11-30 02:04:52 -08:00
parent d70dd24ffd
commit 5f5f72b6d1
3 changed files with 10 additions and 3 deletions

View File

@@ -19,6 +19,9 @@ extern crate alloc;
extern crate core;
extern crate lang_items;
#[macro_use]
extern crate arrayref;
mod ctap;
pub mod embedded_flash;