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:
parent
edefdb78ee
commit
0acb666da6
@ -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
|
||||
|
@ -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.
|
||||
*
|
||||
* @{
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user