Sanity check homing bumps

This commit is contained in:
Scott Lahteine
2016-09-22 17:10:20 -05:00
parent a9a21db39f
commit 0951bffcc0
2 changed files with 9 additions and 2 deletions

View File

@ -9104,7 +9104,7 @@ void stop() {
*/
void setup() {
#if ENABLED(DISABLE_JTAG)
#ifdef DISABLE_JTAG
// Disable JTAG on AT90USB chips to free up pins for IO
MCUCR = 0x80;
MCUCR = 0x80;