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

pseudomodules: document gnrc_netif_cmd_lora as deprecated

This commit is contained in:
Martine Lenders 2022-10-07 11:54:41 +02:00
parent a49863e95c
commit 485c94c0a8
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -124,7 +124,14 @@ PSEUDOMODULES += gnrc_netif_6lo
PSEUDOMODULES += gnrc_netif_ipv6
PSEUDOMODULES += gnrc_netif_mac
PSEUDOMODULES += gnrc_netif_single
PSEUDOMODULES += gnrc_netif_cmd_%
## @defgroup net_gnrc_netif_cmd_lora gnrc_netif_cmd_lora
## @ingroup sys_shell_commands
## @ingroup net_gnrc_netif
## @{
## @deprecated Use module `shell_cmd_gnrc_netif_lorawan` instead;
## will be removed after 2023.07 release.
PSEUDOMODULES += gnrc_netif_cmd_lora
## @}
PSEUDOMODULES += gnrc_netif_dedup
PSEUDOMODULES += gnrc_nettype_%
PSEUDOMODULES += gnrc_sixloenc