mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-02-19 10:52:28 -07:00
Further cleanup of comments, partial Doxygen-style
Following up on #3231
This commit is contained in:
parent
4823791eb0
commit
0da744b7b0
191 changed files with 904 additions and 496 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/**
|
||||
* Marlin 3D Printer Firmware
|
||||
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
||||
*
|
||||
|
|
@ -245,7 +245,7 @@ void CardReader::initsd() {
|
|||
}
|
||||
workDir = root;
|
||||
curDir = &root;
|
||||
/*
|
||||
/**
|
||||
if (!workDir.openRoot(&volume)) {
|
||||
SERIAL_ECHOLNPGM(MSG_SD_WORKDIR_FAIL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue