commit | b51da93ead432e3eb43f159e6f65a107ec43e053 | [log] [tgz] |
---|---|---|
author | Jiaming Wang <jiamingw@google.com> | Sat Oct 02 01:08:25 2021 +0000 |
committer | Jiaming (Charlie) Wang <jiamingw@google.com> | Sat Oct 02 01:25:07 2021 +0000 |
tree | e6dbf5b7e5cfe04115b6c0dc941ee359df283e73 | |
parent | 9546a44f0aac90466547989afdaf9428e4d5da21 [diff] |
[openthread] Enable radio coex capability Change-Id: I29e2c87a2fc4ebe119485457bf39ad0f055916cb Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/openthread/+/588989 Reviewed-by: Robert Quattlebaum <rquattle@google.com>
diff --git a/include/openthread-config-fuchsia.h b/include/openthread-config-fuchsia.h index 845d808..031d1f3 100644 --- a/include/openthread-config-fuchsia.h +++ b/include/openthread-config-fuchsia.h
@@ -82,6 +82,9 @@ /* The settings storage path on android. */ #define OPENTHREAD_CONFIG_POSIX_SETTINGS_PATH "/data/thread" +/* Enable radio coex capability */ +#define OPENTHREAD_CONFIG_PLATFORM_RADIO_COEX_ENABLE 1 + /** * @def OPENTHREAD_CONFIG_MAC_JOIN_BEACON_VERSION *