mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
net/csma_sender:Update documentation
Add compile time parameters to config group
This commit is contained in:
parent
75d82cc9b8
commit
eac6d144b6
@ -34,6 +34,11 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @defgroup net_csma_sender_conf CSMA/CA helper compile configurations
|
||||
* @ingroup config
|
||||
* @{
|
||||
*/
|
||||
/**
|
||||
* @brief Default Minimal CSMA/CA Backoff Exponent
|
||||
*/
|
||||
@ -62,6 +67,7 @@ extern "C" {
|
||||
#ifndef CSMA_SENDER_BACKOFF_PERIOD_UNIT
|
||||
#define CSMA_SENDER_BACKOFF_PERIOD_UNIT (320U)
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief Configuration type for backoff
|
||||
|
Loading…
Reference in New Issue
Block a user