Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small number of changes.
This commit is contained in:
committed by
Richard Wackerbarth
parent
5e834352a9
commit
58cfcd4239
@ -153,7 +153,7 @@ extern MarlinSerial MSerial;
|
||||
#endif // !USBCON
|
||||
|
||||
// Use the UART for BT in AT90USB configurations
|
||||
#if defined(USBCON) && defined(BTENABLED)
|
||||
#if defined(USBCON) && ENABLED(BTENABLED)
|
||||
extern HardwareSerial bt;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user