commit | c6d86e943a8bc5b0e9e27234f65d43cee17a5188 | [log] [tgz] |
---|---|---|
author | Kangping Dong <wgtdkp@google.com> | Thu Sep 19 02:53:31 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 19 02:53:31 2024 +0000 |
tree | 2734ac96d725ffd00b493a165252c6e157b1d8d6 | |
parent | 102b4bc179ed153ff3616706d5d2a34e274883ef [diff] | |
parent | b3c959aaeb7c96e3df11abf5d5bc943c3c4af2e3 [diff] |
Fix typo in RCP documentation am: da59f47a57 am: b3c959aaeb Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/3273254 Change-Id: Ia5e7ba419c8fe345fadf9bcdb64ba9c40a92914f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/thread/docs/build-an-android-border-router.md b/thread/docs/build-an-android-border-router.md index 63d89f7..f90a23b 100644 --- a/thread/docs/build-an-android-border-router.md +++ b/thread/docs/build-an-android-border-router.md
@@ -169,7 +169,7 @@ user thread_network ``` -For real RCP devices, it supports both SPI and UART interface and you can +For real RCP devices, it supports both SPI and UART interfaces and you can specify the device with the schema `spinel+spi://`, `spinel+hdlc+uart://` and `spinel+socket://` respectively.