This commit is contained in:
iceman1001 2023-10-03 17:10:39 +02:00
commit 4f96d3eb46
13 changed files with 172 additions and 172 deletions

View file

@ -129,10 +129,10 @@ void print_result(const char *name, const uint8_t *d, size_t n) {
}
// Prints message and hexdump
void print_dbg(char *msg, uint8_t *d, uint16_t n) {
void print_dbg(char *msg, uint8_t *d, uint16_t n) {
if (g_dbglevel == DBG_DEBUG) {
print_result(msg, d, n);
}
}
}
/* useful when debugging new protocol implementations like FeliCa