X-Git-Url: http://rtime.felk.cvut.cz/gitweb/coffee/mt-apps.git/blobdiff_plain/6c8a2d4e92f67f45739dc86608dd5c32fb8c5127..HEAD:/mt_rfid.h diff --git a/mt_rfid.h b/mt_rfid.h index 53fa84b..01acb9b 100644 --- a/mt_rfid.h +++ b/mt_rfid.h @@ -16,8 +16,6 @@ typedef struct mt_rfid_t { int fd; // print JSON output here } mt_rfid_t; -#if HAVE_RFID - // reader open parameters, see uFR manual #define UFR_READER_TYPE 1 // uFR type (1Mbps) #define UFR_PORT_INTERFACE 1 // serial; auto->ftdi->FAIL @@ -38,13 +36,4 @@ void mt_rfid_deinit(mt_rfid_t *self); #define mt_rfid_init(self, loop, fd) 0 #define mt_rfid_deinit(self) 0 -#endif /* HAVE_RFID */ - -void rfid_json_print(int fd, - uint8_t card_type, - uint8_t sak, //select acknowledge - char *uid, - uint8_t size); - - #endif