X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5e468010967b893feb7a623959d788d10e38940b..e5057fec8ead1ec52dbad3b128ed94f9895fc9f4:/Projects/XPLAINBridge/XPLAINBridge.c?ds=inline diff --git a/Projects/XPLAINBridge/XPLAINBridge.c b/Projects/XPLAINBridge/XPLAINBridge.c index 6d2556e2b..da5b1ccb3 100644 --- a/Projects/XPLAINBridge/XPLAINBridge.c +++ b/Projects/XPLAINBridge/XPLAINBridge.c @@ -119,6 +119,8 @@ void SetupHardware(void) SoftUART_Init(); LEDs_Init(); USB_Init(); + + PORTD |= (1 << 5); // PD5 is connected to the XMEGA /RESET, enable pullup } /** Event handler for the library USB Configuration Changed event. */