Remove spurious mirror_uint8_ts declaration, fix issue #375
This commit is contained in:
parent
372bf37eec
commit
e50b18848f
1 changed files with 0 additions and 1 deletions
|
@ -39,6 +39,5 @@
|
||||||
uint8_t mirror(uint8_t bt);
|
uint8_t mirror(uint8_t bt);
|
||||||
uint32_t mirror32(uint32_t ui32Bits);
|
uint32_t mirror32(uint32_t ui32Bits);
|
||||||
uint64_t mirror64(uint64_t ui64Bits);
|
uint64_t mirror64(uint64_t ui64Bits);
|
||||||
void mirror_uint8_ts(uint8_t *pbts, size_t szLen);
|
|
||||||
|
|
||||||
#endif // _LIBNFC_MIRROR_SUBR_H_
|
#endif // _LIBNFC_MIRROR_SUBR_H_
|
||||||
|
|
Loading…
Add table
Reference in a new issue