1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/twr_aloha/Makefile: add mention to uwb-core_rng_trx_info

This commit is contained in:
Francisco Molina 2022-04-21 13:31:47 +02:00
parent 08055156e8
commit 2bbd844adf

View File

@ -27,6 +27,8 @@ USEMODULE += uwb-core_twr_ss_ack
USEMODULE += uwb-core_twr_ss_ext
USEMODULE += uwb-core_twr_ds
USEMODULE += uwb-core_twr_ds_ext
## Uncomment to enable trx info such as rssi, los, fppl calculation
# USEMODULE += uwb-core_rng_trx_info
# System modules used by this application
USEMODULE += shell