Browse Source

Pins error message

Scott Lahteine 6 years ago
parent
commit
70b3f4ded5

+ 1
- 1
Marlin/src/pins/lpc1768/pins_BIGTREE_SKR_V1.1.h View File

@@ -22,7 +22,7 @@
22 22
 #pragma once
23 23
 
24 24
 #ifndef TARGET_LPC1768
25
-  #error "Oops!  Make sure you have the LPC1768 environment selected in your IDE."
25
+  #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
26 26
 #endif
27 27
 
28 28
 #define BOARD_INFO_NAME "BIGTREE SKR 1.1"

+ 1
- 1
Marlin/src/pins/lpc1768/pins_BIGTREE_SKR_V1.3.h View File

@@ -22,7 +22,7 @@
22 22
 #pragma once
23 23
 
24 24
 #ifndef TARGET_LPC1768
25
-  #error "Oops!  Make sure you have the LPC1768 environment selected in your IDE."
25
+  #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
26 26
 #endif
27 27
 
28 28
 #define BOARD_INFO_NAME "BIGTREE SKR 1.3"

+ 1
- 1
Marlin/src/pins/lpc1768/pins_BIQU_B300_V1.0.h View File

@@ -31,7 +31,7 @@
31 31
  */
32 32
 
33 33
 #ifndef TARGET_LPC1768
34
-  #error "Oops!  Make sure you have the LPC1768 environment selected in your IDE."
34
+  #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
35 35
 #endif
36 36
 
37 37
 #ifndef BOARD_INFO_NAME

+ 2
- 2
Marlin/src/pins/stm32/pins_MALYAN_M200.h View File

@@ -25,8 +25,8 @@
25 25
  * MALYAN M200 pin assignments
26 26
  */
27 27
 
28
-#if !defined(__STM32F1__) && !defined(STM32F1xx) && !defined(STM32F0xx)
29
-  #error "Oops! You must be compiling for STM32."
28
+#if NONE(__STM32F1__, STM32F1xx, STM32F0xx)
29
+  #error "Oops! Select an STM32 board in your IDE."
30 30
 #endif
31 31
 
32 32
 #define BOARD_INFO_NAME "Malyan M200"

Loading…
Cancel
Save