Merge pull request 'Add configurable debug logging' (#22) from Bottersnike/segatools:develop into develop

Reviewed-on: Dniel97/segatools#22
This commit is contained in:
2024-07-01 18:42:01 +00:00
18 changed files with 159 additions and 49 deletions

View File

@ -98,7 +98,7 @@ static HRESULT slider_handle_irp_locked(struct irp *irp)
}
for (;;) {
#if 0
#if defined(LOG_CHUSAN_SLIDER)
dprintf("TX Buffer:\n");
dump_iobuf(&slider_uart.written);
#endif
@ -117,7 +117,7 @@ static HRESULT slider_handle_irp_locked(struct irp *irp)
return hr;
}
#if 0
#if defined(LOG_CHUSAN_SLIDER)
dprintf("Deframe Buffer:\n");
dump_iobuf(&req_iobuf);
#endif