OVMS3/OVMS.V3/components/duktape/config/config-options/DUK_USE_GET_MONOTONIC_TIME_CLOCK_GETTIME.yaml

9 lines
202 B
YAML

define: DUK_USE_GET_MONOTONIC_TIME_CLOCK_GETTIME
introduced: 2.2.0
default: false
tags:
- portability
description: >
Use clock_gettime(CLOCK_MONOTONIC, ...) for monotonic time on POSIX
platforms.