X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d57e7369a24dae0125942bfa8f861b1f606a58fb..69dc32c5f01e8640c1bdf83df3a2a7699ea54560:/Projects/XPLAINBridge/XPLAINBridge.c?ds=sidebyside diff --git a/Projects/XPLAINBridge/XPLAINBridge.c b/Projects/XPLAINBridge/XPLAINBridge.c index 35a3951f4..ad3fc6c95 100644 --- a/Projects/XPLAINBridge/XPLAINBridge.c +++ b/Projects/XPLAINBridge/XPLAINBridge.c @@ -156,7 +156,7 @@ void SetupHardware(void) MCUCR |= (1 << JTD); MCUCR |= (1 << JTD); - /* Enable pullup on the JTAG TDI pin so we can use it to select the mode */ + /* Enable pull-up on the JTAG TDI pin so we can use it to select the mode */ PORTF |= (1 << 7); _delay_ms(10);