diff --git a/include/zephyr/logging/log_core.h b/include/zephyr/logging/log_core.h index 39c56a190b3..8413f811a6a 100644 --- a/include/zephyr/logging/log_core.h +++ b/include/zephyr/logging/log_core.h @@ -4,6 +4,12 @@ * SPDX-License-Identifier: Apache-2.0 */ +/* + * TODO(b/272518464): Work around coreboot GCC preprocessor bug. + * #line marks the *next* line, so it is off by one. + */ +#line 12 + #ifndef ZEPHYR_INCLUDE_LOGGING_LOG_CORE_H_ #define ZEPHYR_INCLUDE_LOGGING_LOG_CORE_H_