diff options
author | Bobby Casey <bobbycasey@google.com> | 2022-06-29 09:21:55 -0400 |
---|---|---|
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2022-06-29 19:34:56 +0000 |
commit | ee550514d7d113191d0f3848772fd94d0d2ec0c0 (patch) | |
tree | 48e30e35f33e2761f25d897d86a5baf773fc46aa /zephyr | |
parent | 8560e20a38e7464525dcc7457470703c06e94a18 (diff) | |
download | chrome-ec-ee550514d7d113191d0f3848772fd94d0d2ec0c0.tar.gz |
chip/stm32/debug_printf.h: Fix header guard
The include guard on debug_printf.h was __CROS_EC_DEBUG_H rather than
__CROS_EC_DEBUG_PRINTF_H. Unfortunately, debug.h also used
__CROS_EC_DEBUG_H which resulted in errors if both were included by a
single compilation unit.
BRANCH=none
BUG=b:180144572
TEST=./util/compare_build.sh -b all -j90
Signed-off-by: Bobby Casey <bobbycasey@google.com>
Change-Id: I2354181644e1d50bf06a20ec51d432f4d583b50a
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3735349
Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'zephyr')
0 files changed, 0 insertions, 0 deletions