Update pins_FLSUN_HISPEED.h
This commit is contained in:
parent
a746946fab
commit
66834a14f5
1 changed files with 2 additions and 2 deletions
|
|
@ -22,13 +22,13 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* FLSUN HiSpeed V1 (STM32F130VET6) board pin assignments
|
* FLSUN HiSpeed V1 (STM32F103VET6) board pin assignments
|
||||||
* FLSun Hispeed (clone MKS_Robin_miniV2) board.
|
* FLSun Hispeed (clone MKS_Robin_miniV2) board.
|
||||||
* MKS Robin Mini USB Use UART3(PB10-TX,PB11-RX)
|
* MKS Robin Mini USB Use UART3(PB10-TX,PB11-RX)
|
||||||
* #define SERIAL_PORT_2 3
|
* #define SERIAL_PORT_2 3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if NOT_TARGET(__STM32F1__)
|
#if NOT_TARGET(__STM32F1__, STM32F1xx)
|
||||||
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
|
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
|
||||||
#elif HOTENDS > 1 || E_STEPPERS > 1
|
#elif HOTENDS > 1 || E_STEPPERS > 1
|
||||||
#error "FLSUN hispeed supports 1 hotends / E-steppers. Comment out this line to continue."
|
#error "FLSUN hispeed supports 1 hotends / E-steppers. Comment out this line to continue."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue