Browse Source

DISABLE_DEBUG required to free Robin nano Z_DIR_PIN (#18832)

Victor Oliveira 4 years ago
parent
commit
62da2c97d0
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO_V2.h

+ 1
- 1
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO_V2.h View File

@@ -37,7 +37,7 @@
37 37
 // Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
38 38
 //
39 39
 
40
-//#define DISABLE_DEBUG
40
+#define DISABLE_DEBUG
41 41
 
42 42
 //
43 43
 // EEPROM

Loading…
Cancel
Save