You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/04/11 03:03:42 UTC

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1005: Remove CONFIG_CLOCK_MONOTONIC special code

xiaoxiang781216 commented on code in PR #1005:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1005#discussion_r846912440


##########
examples/calib_udelay/Kconfig:
##########
@@ -6,7 +6,6 @@
 config EXAMPLES_CALIB_UDELAY
 	tristate "Calibration tool for udelay"
 	default n
-	select CLOCK_MONOTONIC

Review Comment:
   CLOCK_MONOTONIC always exist after https://github.com/apache/incubator-nuttx/pull/5503, so CLOCK_MONOTONIC can be used without any precondition.



##########
examples/canard/Kconfig:
##########
@@ -6,7 +6,7 @@
 config EXAMPLES_LIBCANARD
 	tristate "libcandard example"
 	default n
-	depends on CANUTILS_LIBCANARD && CLOCK_MONOTONIC && SYSTEM_TIME64
+	depends on CANUTILS_LIBCANARD && SYSTEM_TIME64

Review Comment:
   ditto



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org