summaryrefslogtreecommitdiff
path: root/include/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/printf.h')
-rw-r--r--include/printf.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/printf.h b/include/printf.h
index 6162e98bd2..c55c8f7d2b 100644
--- a/include/printf.h
+++ b/include/printf.h
@@ -52,8 +52,9 @@
* - 'b' - unsigned integer, print as binary
*
* Special format codes:
- * - "%T" - current time in seconds - interpreted as "%.6T" for precision.
- * This does NOT use up any arguments.
+ * - "%pT" - current time in seconds - interpreted as "%.6T" for precision.
+ * Supply PRINTF_TIMESTAMP_NOW to use the current time, or supply a
+ * pointer to a 64-bit timestamp to print.
*/
#ifndef HIDE_EC_STDLIB