X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/8c6c27d88bb40ecf55f369fc4499ec990d2d93d2..24f730fce3f2022762011d795c3feada5ef874b3:/Projects/XPLAINBridge/XPLAINBridge.c diff --git a/Projects/XPLAINBridge/XPLAINBridge.c b/Projects/XPLAINBridge/XPLAINBridge.c index 6d2556e2b..bd684b39b 100644 --- a/Projects/XPLAINBridge/XPLAINBridge.c +++ b/Projects/XPLAINBridge/XPLAINBridge.c @@ -8,7 +8,6 @@ /* Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com) - Copyright 2009 John Steggall (steggall.j@gmail.com) Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby @@ -119,6 +118,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. */