nfc-utils.h: rename function oddparity_bytes_ts() to be coherent with nfc-utils.c
This commit is contained in:
parent
1cf9154296
commit
93157dd30d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
#endif
|
||||
|
||||
uint8_t oddparity (const uint8_t bt);
|
||||
void oddparity_uint8_ts (const uint8_t *pbtData, const size_t szLen, uint8_t *pbtPar);
|
||||
void oddparity_bytes_ts (const uint8_t *pbtData, const size_t szLen, uint8_t *pbtPar);
|
||||
|
||||
void print_hex (const uint8_t *pbtData, const size_t szLen);
|
||||
void print_hex_bits (const uint8_t *pbtData, const size_t szBits);
|
||||
|
|
Loading…
Add table
Reference in a new issue