Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450)

This reverts commit afdcb8c159.
This commit is contained in:
pwpiwi 2017-10-27 09:56:46 +02:00 committed by GitHub
commit 3851172d81
19 changed files with 334 additions and 540 deletions

View file

@ -50,9 +50,8 @@ int Iso15693AddCrc(uint8_t *req, int n) {
return n+2;
}
#ifdef ON_DEVICE
int sprintf(char *str, const char *format, ...);
#endif
// returns a string representation of the UID
// UID is transmitted and stored LSB first, displayed MSB first