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:
parent
68055a5959
commit
1e2deff4fd
22 changed files with 43 additions and 39 deletions
|
|
@ -287,6 +287,6 @@ MarlinSerial MSerial;
|
|||
#endif // !USBCON
|
||||
|
||||
// For AT90USB targets use the UART for BT interfacing
|
||||
#if defined(USBCON) && ENABLED(BTENABLED)
|
||||
#if defined(USBCON) && ENABLED(BLUETOOTH)
|
||||
HardwareSerial bt;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue