diff options
Diffstat (limited to 'examples/custom-class')
| -rw-r--r-- | examples/custom-class/firmware/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/custom-class/firmware/main.c b/examples/custom-class/firmware/main.c index 4e59082..22c1e60 100644 --- a/examples/custom-class/firmware/main.c +++ b/examples/custom-class/firmware/main.c @@ -70,12 +70,12 @@ uchar   i;      /* Even if you don't use the watchdog, turn it off here. On newer devices,       * the status of the watchdog (on/off, period) is PRESERVED OVER RESET!       */ -    DBG1(0x00, 0, 0);       /* debug output: main starts */      /* RESET status: all port bits are inputs without pull-up.       * That's the way we need D+ and D-. Therefore we don't need any       * additional hardware initialization.       */      odDebugInit(); +    DBG1(0x00, 0, 0);       /* debug output: main starts */      usbInit();      usbDeviceDisconnect();  /* enforce re-enumeration, do this while interrupts are disabled! */      i = 0; | 
