mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-07 05:53:56 -06:00
Simple code cleanup. Rename "homeing" to homing.
This commit is contained in:
parent
cb4a6dd2dc
commit
f989bd5435
9 changed files with 72 additions and 64 deletions
|
@ -73,7 +73,7 @@ void MarlinSerial::begin(long baud)
|
|||
bool useU2X = true;
|
||||
|
||||
#if F_CPU == 16000000UL && SERIAL_PORT == 0
|
||||
// hard coded exception for compatibility with the bootloader shipped
|
||||
// hard-coded exception for compatibility with the bootloader shipped
|
||||
// with the Duemilanove and previous boards and the firmware on the 8U2
|
||||
// on the Uno and Mega 2560.
|
||||
if (baud == 57600) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue