Fix some comment formatting

This commit is contained in:
Scott Lahteine
2018-10-23 22:35:09 -05:00
parent 2f873a119f
commit 7a04eb3a8b
5 changed files with 69 additions and 81 deletions

View File

@ -143,8 +143,8 @@ void MarlinSerialUSB::write(const uint8_t c) {
}
/**
* Imports from print.h
*/
* Imports from print.h
*/
void MarlinSerialUSB::print(char c, int base) {
print((long)c, base);