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

@@ -18,3 +18,7 @@ extern crate alloc;
pub mod ctap;
pub mod embedded_flash;
#[macro_use]
extern crate arrayref;