Skip to content

Commit

Permalink
CHROMIUM: Add #line to pwm.h
Browse files Browse the repository at this point in the history
Work around coreboot GCC preprocessor bug.

BUG=b:272518464
TEST=BOARD=tentacruel; zmake build --coverage $BOARD &&
./util/find_non_exec_lines.py build/zephyr/$BOARD/output/zephyr.info

Change-Id: I03127ccd29f51faf0ac754f7caf039df0f057939
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5879428
Tested-by: Jeremy Bettis <[email protected]>
Reviewed-by: Yuval Peress <[email protected]>
Commit-Queue: Jeremy Bettis <[email protected]>
  • Loading branch information
jeremybettis authored and Chromeos LUCI committed Sep 30, 2024
1 parent b365080 commit f1c7e07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zephyr/drivers/pwm.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

#line 9
/**
* @file
* @brief Public PWM Driver APIs
Expand Down

0 comments on commit f1c7e07

Please sign in to comment.