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"