Fix SERIAL_PORT_2 sanity check
This commit is contained in:
parent
a644d8cb93
commit
e2ab78d876
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@
|
||||||
#error "Set SERIAL_PORT to the port on your board. Usually this is 0."
|
#error "Set SERIAL_PORT to the port on your board. Usually this is 0."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if SERIAL_PORT_2 && NUM_SERIAL < 2
|
#if defined(SERIAL_PORT_2) && NUM_SERIAL < 2
|
||||||
#error "SERIAL_PORT_2 is not supported for your MOTHERBOARD. Disable it to continue."
|
#error "SERIAL_PORT_2 is not supported for your MOTHERBOARD. Disable it to continue."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Reference in a new issue