Minor fixes
[hackover2013-badge-firmware.git] / drivers / sensors / pn532 / pn532.h
index a48ad1c..d6fa5ac 100644 (file)
@@ -10,7 +10,7 @@
 #include "projectconfig.h"
 
 // Comment out this line to disable debug output
-#define PN532_DEBUGMODE
+// #define PN532_DEBUGMODE
 #define PN532_DEBUG(fmt, args...)             printf(fmt, ##args) 
 
 /* Error messages generated by the stack */
@@ -134,7 +134,7 @@ typedef struct
 } pn532_pcb_t;
 
 void          pn532PrintHex(const byte_t * pbtData, const size_t szBytes);
-void          pn532PrintHexVerbose(const byte_t * pbtData, const size_t szBytes);
+void          pn532PrintHexChar(const byte_t * pbtData, const size_t szBytes);
 pn532_pcb_t * pn532GetPCB();
 void          pn532Init();
 pn532_error_t pn532Read(byte_t *pbtResponse, size_t * pszLen);
This page took 0.022351 seconds and 4 git commands to generate.