1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Added log levels. Fixed bug in PRDevice::Open() if VerifyChipID() worked the first time.

This commit is contained in:
Adam Preble
2009-05-30 14:43:48 -04:00
parent 495d688106
commit 87c73a1f06
6 changed files with 69 additions and 59 deletions

View File

@@ -31,6 +31,6 @@
# define DEBUG(block) block
#endif
extern void PRLog(const char *format, ...);
extern void PRLog(PRLogLevel level, const char *format, ...);
#endif // _PRCOMMON_H_