We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9ca61 commit eddce41Copy full SHA for eddce41
1 file changed
Marlin/src/libs/duration_t.h
@@ -115,7 +115,8 @@ struct duration_t {
115
* @brief Formats the duration as a string
116
* @details String will be formated using a "full" representation of duration
117
*
118
- * @param buffer The array pointed to must be able to accommodate 21 bytes
+ * @param buffer The array pointed to must be able to accommodate 22 bytes
119
+ * (21 for the string, 1 more for the terminating nul)
120
121
* Output examples:
122
* 123456789012345678901 (strlen)
0 commit comments