Browse Source

Pins error message

pull/1/head
Scott Lahteine 5 years ago
parent
commit
70b3f4ded5
  1. 4
      Marlin/src/pins/stm32/pins_MALYAN_M200.h

4
Marlin/src/pins/stm32/pins_MALYAN_M200.h

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

Loading…
Cancel
Save