comment out DEBUG_Init call

This commit is contained in:
Gered 2021-03-06 20:07:11 -05:00
parent 42f0d79de7
commit e23a72e15e

View file

@ -6,7 +6,7 @@
#include "gxfb.h"
int main(int argc, char *argv[]) {
DEBUG_Init(GDBSTUB_DEVICE_USB, 1);
//DEBUG_Init(GDBSTUB_DEVICE_USB, 1);
//_break();
GXRModeObj *rmode;