1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

gnrc_mac: deprecate module

This commit is contained in:
Martine Lenders 2024-03-27 10:50:23 +01:00
parent edefdb78ee
commit 0acb666da6
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# Add deprecated modules here
# Keep this list ALPHABETICALLY SORTED!!!!111elven
DEPRECATED_MODULES += gnrc_mac
DEPRECATED_MODULES += sema_deprecated
DEPRECATED_MODULES += ztimer_now64

View File

@ -11,6 +11,8 @@
* @defgroup net_gnrc_mac Common MAC module
* @ingroup net_gnrc
* @brief A MAC module for providing common MAC parameters and helper functions.
* @deprecated This module is deprecated and will be removed after the 2024.10 release.
* As an alternative, you can use @ref pkg_opendsme.
*
* @{
*