Pins error message

2.0.x
Scott Lahteine 5 years ago
parent 01fd3f904f
commit 70b3f4ded5

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

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

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

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

Loading…
Cancel
Save