Skip to content

Conversation

@maass-hamburg
Copy link
Member

fix storage size of 'tspec' isn't known
struct timespec wasn't defined anymore.

forgotten here: #90096

@maass-hamburg maass-hamburg requested a review from cfriedt June 24, 2025 13:39
@github-actions github-actions bot added area: Logging size: XS A PR changing only a single line of code labels Jun 24, 2025
@github-actions github-actions bot requested review from dcpleung and nordic-krch June 24, 2025 13:39
@maass-hamburg maass-hamburg added Regression Something, which was working, does not anymore bug The issue is a bug, or the PR is fixing a bug labels Jun 24, 2025
@maass-hamburg maass-hamburg added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Jun 24, 2025
#include <zephyr/logging/log_output_dict.h>
#include <zephyr/logging/log_output_custom.h>
#include <zephyr/linker/utils.h>
#include <time.h>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be at the top, see #41543

fix storage size of 'tspec' isn't known
struct timespec wasn't defined anymore.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
@sonarqubecloud
Copy link

@maass-hamburg maass-hamburg added Hotfix Fix for issues blocking development, i.e. upstream CI issues, tests failing in upstream CI , etc. labels Jun 26, 2025
@kartben kartben merged commit da09ee1 into zephyrproject-rtos:main Jun 26, 2025
32 checks passed
@maass-hamburg maass-hamburg linked an issue Jun 26, 2025 that may be closed by this pull request
1 task
@maass-hamburg maass-hamburg deleted the logging_fix_tspec branch June 26, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Logging bug The issue is a bug, or the PR is fixing a bug Hotfix Fix for issues blocking development, i.e. upstream CI issues, tests failing in upstream CI , etc. Regression Something, which was working, does not anymore size: XS A PR changing only a single line of code Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CONFIG_LOG_TIMESTAMP_USE_REALTIME no longer works

7 participants