samples: bluetooth: df: fix misleading comment in rx overlay
The comment is talking about Tx and AoD, while this sample code is about Rx and AoA. Signed-off-by: Alexander Sarmanow <asarmanow@gmail.com>
This commit is contained in:
parent
cc42d16b1c
commit
1ed18ad5b2
2 changed files with 4 additions and 4 deletions
|
@ -11,13 +11,13 @@
|
||||||
*/
|
*/
|
||||||
dfe-antenna-num = <10>;
|
dfe-antenna-num = <10>;
|
||||||
/* This is an example switch pattern that will be used to set an
|
/* This is an example switch pattern that will be used to set an
|
||||||
* antenna for Tx PDU (period before start of Tx CTE).
|
* antenna for Rx PDU (period before start of Rx CTE).
|
||||||
*/
|
*/
|
||||||
dfe-pdu-antenna = <0x1>;
|
dfe-pdu-antenna = <0x1>;
|
||||||
|
|
||||||
/* These are example GPIO pin numbers that are provided to
|
/* These are example GPIO pin numbers that are provided to
|
||||||
* Radio peripheral. The pins will be acquired by Radio to
|
* Radio peripheral. The pins will be acquired by Radio to
|
||||||
* drive antenna switching when AoD is enabled.
|
* drive antenna switching when AoA is enabled.
|
||||||
*/
|
*/
|
||||||
dfegpio0-gpios = <&gpio0 3 0>;
|
dfegpio0-gpios = <&gpio0 3 0>;
|
||||||
dfegpio1-gpios = <&gpio0 4 0>;
|
dfegpio1-gpios = <&gpio0 4 0>;
|
||||||
|
|
|
@ -11,13 +11,13 @@
|
||||||
*/
|
*/
|
||||||
dfe-antenna-num = <10>;
|
dfe-antenna-num = <10>;
|
||||||
/* This is an example switch pattern that will be used to set an
|
/* This is an example switch pattern that will be used to set an
|
||||||
* antenna for Tx PDU (period before start of Tx CTE).
|
* antenna for Rx PDU (period before start of Rx CTE).
|
||||||
*/
|
*/
|
||||||
dfe-pdu-antenna = <0x1>;
|
dfe-pdu-antenna = <0x1>;
|
||||||
|
|
||||||
/* These are example GPIO pin numbers that are provided to
|
/* These are example GPIO pin numbers that are provided to
|
||||||
* Radio peripheral. The pins will be acquired by Radio to
|
* Radio peripheral. The pins will be acquired by Radio to
|
||||||
* drive antenna switching when AoD is enabled.
|
* drive antenna switching when AoA is enabled.
|
||||||
*/
|
*/
|
||||||
dfegpio0-gpios = <&gpio0 3 0>;
|
dfegpio0-gpios = <&gpio0 3 0>;
|
||||||
dfegpio1-gpios = <&gpio0 4 0>;
|
dfegpio1-gpios = <&gpio0 4 0>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue