patacongo commented on a change in pull request #2621: URL: https://github.com/apache/incubator-nuttx/pull/2621#discussion_r555827853
########## File path: drivers/syslog/Kconfig ########## @@ -111,6 +111,37 @@ config SYSLOG_TIMESTAMP_REALTIME CLOCK_MONOTONIC, if enabled, will be used or the system timer is not. +config SYSLOG_TIMESTAMP_FORMATED + bool "Formatted syslog time" + default n + depends on SYSLOG_TIMESTAMP_REALTIME Review comment: CONFIG_SYSLOG_TIMESTAMP_FORMATED... The correct spelling for formatted as the past tense of format has two T's like CONFIG_SYSLOG_TIMESTAMP_FORMATTED. FORMATED is a different word. It is the past tense of formate which is a chemical term involving the use of formic acid. It is not what you intend here. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org