Support for Extrudrboard in Printrboard Rev.F

This commit is contained in:
Scott Lahteine
2017-11-13 15:23:30 -06:00
parent 1b6c25a5e6
commit b7feb53e8a
3 changed files with 80 additions and 7 deletions

View File

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