Remove unused types.rs file

This commit is contained in:
Sosthène Guédon
2023-05-12 09:39:01 +02:00
parent a6f00115ad
commit f23043dd29
-10
View File
@@ -1,10 +0,0 @@
pub const SIZE: usize = 3072;
pub type Data = iso7816::Data<SIZE>;
interchange::interchange! {
Contact: (Data, Data)
}
interchange::interchange! {
Contactless: (Data, Data)
}