diff --git a/config_wrapper.h b/config_wrapper.h index 9e30315..ce39a32 100644 --- a/config_wrapper.h +++ b/config_wrapper.h @@ -18,3 +18,10 @@ #error config.h missing. Please follow instructions at \ reprap.org/wiki/Teacup_Firmware#Simple_Installation #endif + +/** + Additional tests to protect against misconfiguration. +*/ +#ifdef USB_SERIAL + #undef BAUD +#endif