Spacing and spelling

This commit is contained in:
Scott Lahteine
2015-04-03 22:54:48 -07:00
parent a3e129e091
commit c065da52ec
20 changed files with 35 additions and 33 deletions

View File

@ -287,7 +287,6 @@ MarlinSerial MSerial;
#endif // !AT90USB
// For AT90USB targets use the UART for BT interfacing
#if defined(AT90USB) && defined (BTENABLED)
HardwareSerial bt;
#if defined(AT90USB) && defined(BTENABLED)
HardwareSerial bt;
#endif