Extrudrboard support for Printrboard Rev.F

This commit is contained in:
Scott Lahteine 2017-11-13 15:10:30 -06:00
parent 8b684637bc
commit 90c7d28055
3 changed files with 80 additions and 7 deletions

View file

@ -13790,7 +13790,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;