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

Merge pull request #18706 from miri64/pseudomodules/depr/gnrc_netif_cmd_lora

pseudomodules: document gnrc_netif_cmd_lora as deprecated
This commit is contained in:
Martine Lenders 2022-10-07 19:16:06 +02:00 committed by GitHub
commit 30e7891a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,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