Typo
This commit is contained in:
parent
6d8d50f328
commit
a64d6a4985
@ -1,4 +1,3 @@
|
||||
|
||||
/// Value indicating that the Type 2 Tag contains NFC Forum defined data.
|
||||
const NFC_T2T_NFC_FORUM_DEFINED_DATA: u8 = 0xE1;
|
||||
|
||||
@ -26,7 +25,7 @@ pub struct NfcType2Capabilities {
|
||||
minor_ver: u8,
|
||||
data_area_size: u8,
|
||||
read_access: u8,
|
||||
write_access: u8
|
||||
write_access: u8,
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
@ -56,6 +55,4 @@ pub enum Error {
|
||||
VersionNotSupported,
|
||||
}
|
||||
|
||||
pub fn parsee_type2<const N: usize>() -> Result<NfcType2Tag<N> {
|
||||
|
||||
}
|
||||
pub fn parsee_type2<const N: usize>() -> Result<NfcType2Tag<N>> {}
|
||||
|
Loading…
Reference in New Issue
Block a user