Rename BTENABLED to BLUETOOTH
- For some reason it’s easy to forget what BT stands for, but it doesn’t need an abbreviation.
This commit is contained in:
committed by
Richard Wackerbarth
parent
68055a5959
commit
1e2deff4fd
@ -153,7 +153,7 @@ extern MarlinSerial MSerial;
|
||||
#endif // !USBCON
|
||||
|
||||
// Use the UART for BT in AT90USB configurations
|
||||
#if defined(USBCON) && ENABLED(BTENABLED)
|
||||
#if defined(USBCON) && ENABLED(BLUETOOTH)
|
||||
extern HardwareSerial bt;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user