PIO env for MKS Nano boards in STM32 (#19905)

This commit is contained in:
Victor Oliveira
2020-10-29 04:01:25 -03:00
committed by Scott Lahteine
parent 176cb29eab
commit cec9075361
2 changed files with 28 additions and 6 deletions

View File

@ -25,7 +25,7 @@
* MKS Robin nano (STM32F130VET6) board pin assignments
*/
#if NOT_TARGET(__STM32F1__)
#if NOT_TARGET(__STM32F1__, STM32F1)
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
#elif HOTENDS > 2 || E_STEPPERS > 2
#error "MKS Robin nano supports up to 2 hotends / E-steppers. Comment out this line to continue."