Add a printf-based logging when log4c is not available (I experiemented some bugs using log4c)

This commit is contained in:
Romuald Conty 2011-12-07 14:59:40 +00:00
parent c286eec920
commit 90c05c7d13
7 changed files with 140 additions and 42 deletions

View file

@ -69,6 +69,9 @@ typedef struct {
int iLastError;
} nfc_device;
/**
* Connection string
*/
typedef char nfc_connstring[1024];
// Compiler directive, set struct alignment to 1 uint8_t for compatibility