We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd8581 commit b18ca4cCopy full SHA for b18ca4c
1 file changed
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h
@@ -25,7 +25,7 @@
25
* MKS Robin nano (STM32F130VET6) board pin assignments
26
*/
27
28
-#ifndef __STM32F1__
+#if !defined(STM32F1) && !defined(STM32F1xx)
29
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
30
#elif HOTENDS > 2 || E_STEPPERS > 2
31
#error "MKS Robin nano supports up to 2 hotends / E-steppers. Comment out this line to continue."
@@ -36,7 +36,7 @@
36
//
37
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
38
39
-#define DISABLE_DEBUG
+#define DISABLE_JTAG
40
41
42
// EEPROM
0 commit comments