-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_thread: Get the module to build with bazel
Fixes some format-specifier-size errors that only came up in the bazel build. Bug: 180 Bug: b/218748512 Change-Id: I9be835890881783a26e48df65f8a471d9099d313 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/93180 Reviewed-by: Rob Mohr <[email protected]> Commit-Queue: Ted Pudlik <[email protected]> Pigweed-Auto-Submit: Ted Pudlik <[email protected]>
- Loading branch information
Showing
4 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
// the License. | ||
#pragma once | ||
|
||
#include <optional> | ||
#include <string_view> | ||
|
||
#include "pw_bytes/span.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters