Browse Source

Comment correction (#21729)

vanilla_fb_2.0.x
hartmannathan 3 years ago
committed by Scott Lahteine
parent
commit
888e9cb60b
  1. 3
      Marlin/src/libs/duration_t.h

3
Marlin/src/libs/duration_t.h

@ -115,7 +115,8 @@ struct duration_t {
* @brief Formats the duration as a string
* @details String will be formated using a "full" representation of duration
*
* @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
* (21 for the string, 1 more for the terminating nul)
*
* Output examples:
* 123456789012345678901 (strlen)

Loading…
Cancel
Save