File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 * here we define this default string as the date where the latest release
4242 * version was tagged.
4343 */
44- //#define STRING_DISTRIBUTION_DATE "2022-07-09 "
44+ //#define STRING_DISTRIBUTION_DATE "2022-07-10 "
4545
4646/**
4747 * Defines a generic printer name to be output to the LCD after booting Marlin.
Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ void HAL_SD_MspInit(SD_HandleTypeDef *hsd) {
369369
370370/* *
371371 * @brief Read a block
372- * @details Read a block to media with SDIO
372+ * @details Read a block from media with SDIO
373373 *
374374 * @param block The block index
375375 * @param src The block buffer
Original file line number Diff line number Diff line change 4242 * version was tagged.
4343 */
4444#ifndef STRING_DISTRIBUTION_DATE
45- #define STRING_DISTRIBUTION_DATE "2022-07-09 "
45+ #define STRING_DISTRIBUTION_DATE "2022-07-10 "
4646#endif
4747
4848/**
You can’t perform that action at this time.
0 commit comments