fix mismatched declarations when GINT_USB_DEBUG is unset

This commit is contained in:
Lephenixnoir 2023-04-10 13:51:17 +02:00
parent 3dea428fd8
commit 7b672115ca
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 3 additions and 2 deletions

View File

@ -214,11 +214,12 @@ static void draw_context(int scroll)
VAL("BEMPENB", s->BEMPENB);
TXT("DCP configuration:");
VAL("DCPCFG", s->DCPCFG);
VAL("DCPMAXP", s->DCPMAXP);
VAL("DCPCTR", s->DCPCTR);
#ifdef GINT_USB_DEBUG
VAL("DCPCFG", s->DCPCFG);
VAL("DCPCTR", s->DCPCTR);
TXT("Debug (module):");
VAL("SYSSTS", s->SYSSTS);
VAL("FRMNUM", s->FRMNUM);