X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/13ea700b35aa8ee9f89cf1cb06d41109d065bfcf..711542ee8986482a12796ffdbc4a32912b267e44:/Projects/XPLAINBridge/XPLAINBridge.c 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);