Add a printf-based logging when log4c is not available (I experiemented some bugs using log4c)
This commit is contained in:
parent
c286eec920
commit
90c05c7d13
7 changed files with 140 additions and 42 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue