pkourany / MFRC522_RFID_Library

RC522 RFID library adapted for Spark
Other
50 stars 42 forks source link

conflicting declaration 'typedef uint16_t word' #4

Closed miljushm closed 7 years ago

miljushm commented 7 years ago

Veryfing code using this library in Particle Build fails with this error:


MFRC522/MFRC522.h:82:18: error: conflicting declaration 'typedef uint16_t word'
 typedef uint16_t word
pkourany commented 7 years ago

@miljushm, I'll be posting a fix later today.

miljushm commented 7 years ago

OK, I've already fixed - it was an easy one ;) Thanks for keeping the eye on this one, good work!

pkourany commented 7 years ago

Just posted the updated library.