Skip to content

Commit ffe6c73

Browse files
committed
Merge branch 'bugfix2.1.x' into FLSUN_BUGFIX-MULTI
2 parents 3b44cd3 + ba14ef1 commit ffe6c73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Marlin/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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.

Marlin/src/HAL/STM32/sdio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Marlin/src/inc/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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
/**

0 commit comments

Comments
 (0)