We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa46f4 commit eeb8e7fCopy full SHA for eeb8e7f
tests/lib/timespec_util/src/main.c
@@ -367,6 +367,7 @@ ZTEST(timeutil_api, test_timespec_to_timeout)
367
368
static void *setup(void)
369
{
370
+ printk("CONFIG_64BIT=%c\n", IS_ENABLED(CONFIG_64BIT) ? 'y' : 'n');
371
printk("CONFIG_TIMEOUT_64BIT=%c\n", CONFIG_TIMEOUT_64BIT ? 'y' : 'n');
372
printk("K_TICK_MAX: %lld\n", (long long)K_TICK_MAX);
373
printk("minimum timeout: {%lld, %lld}\n", (long long)k_timeout_limits[0].tv_sec,
0 commit comments