mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
drivers/include/rn2xx3.h : Compile Configs
This commit is contained in:
parent
1d3c2c4320
commit
4333a9f299
@ -56,12 +56,18 @@ extern "C" {
|
||||
*/
|
||||
#define RN2XX3_SLEEP_MIN (100U)
|
||||
|
||||
/**
|
||||
* @defgroup drivers_rn2xx3_config RN2483/RN2903 Radio driver compile configuration
|
||||
* @ingroup config_drivers_netdev
|
||||
* @{
|
||||
*/
|
||||
/**
|
||||
* @brief Default sleep duration (in ms)
|
||||
*/
|
||||
#ifndef RN2XX3_DEFAULT_SLEEP
|
||||
#define RN2XX3_DEFAULT_SLEEP (5000U)
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
#if defined(MODULE_RN2903)
|
||||
#define RN2XX3_FREQ_BAND (915U)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user