commit | 2aff88e517fd62a55d02d79bdd1b8a51ab3630ac | [log] [tgz] |
---|---|---|
author | Ewout van Bekkum <ewout@google.com> | Fri Nov 12 15:36:57 2021 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 15 16:59:22 2021 +0000 |
tree | d51b24fe3c231f0f895225036681a53e14494fad | |
parent | bee910883a4ded859ed841176934e29f3e1fa68d [diff] [blame] |
pw_assert: Use consistent module configuration Updates pw_assert to use the standard compile time module configuration mechanism. Requires: pigweed-internal:17762 Change-Id: I6d1f50e61184065832ec0a2c7a419b7964ac56fa Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/68700 Reviewed-by: Wyatt Hepler <hepler@google.com> Commit-Queue: Ewout van Bekkum <ewout@google.com> Pigweed-Auto-Submit: Ewout van Bekkum <ewout@google.com>
diff --git a/pw_assert_basic/basic_handler.cc b/pw_assert_basic/basic_handler.cc index cbb0b07..6a6e734 100644 --- a/pw_assert_basic/basic_handler.cc +++ b/pw_assert_basic/basic_handler.cc
@@ -20,7 +20,7 @@ #include <cstdio> #include <cstring> -#include "pw_assert/options.h" +#include "pw_assert/config.h" #include "pw_assert_basic/handler.h" #include "pw_preprocessor/util.h" #include "pw_string/string_builder.h"