config_wrapper.h: protect against USB/serial misconfiguration.
This commit is contained in:
parent
9f618ee048
commit
6da02f3112
|
|
@ -18,3 +18,10 @@
|
||||||
#error config.h missing. Please follow instructions at \
|
#error config.h missing. Please follow instructions at \
|
||||||
reprap.org/wiki/Teacup_Firmware#Simple_Installation
|
reprap.org/wiki/Teacup_Firmware#Simple_Installation
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
Additional tests to protect against misconfiguration.
|
||||||
|
*/
|
||||||
|
#ifdef USB_SERIAL
|
||||||
|
#undef BAUD
|
||||||
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue