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:
@@ -51,7 +51,7 @@
|
||||
#define kDMDSubFrames (4) // For color depth of 16
|
||||
|
||||
/** Demonstration of the custom logging callback. */
|
||||
void TestLogger(const char *text)
|
||||
void TestLogger(PRLogLevel level, const char *text)
|
||||
{
|
||||
fprintf(stderr, "TEST: %s", text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user