mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
Merge pull request #13767 from akshaim/at86rf215_CT_Config
drivers/include/at86rf215.h: Tagged Compile Time Configuration
This commit is contained in:
commit
999dbe6beb
@ -61,6 +61,11 @@ typedef void (*at86rf215_batmon_cb_t)(void *arg);
|
||||
*/
|
||||
#define AT86RF215_MAX_PKT_LENGTH (2047)
|
||||
|
||||
/**
|
||||
* @defgroup drivers_at86rf215_config AT86RF215 driver compile configuration
|
||||
* @ingroup config
|
||||
* @{
|
||||
*/
|
||||
/**
|
||||
* @brief Set to 1 if the clock output of the AT86RF215 is used
|
||||
* as a clock source on the board.
|
||||
@ -69,7 +74,7 @@ typedef void (*at86rf215_batmon_cb_t)(void *arg);
|
||||
#ifndef AT86RF215_USE_CLOCK_OUTPUT
|
||||
#define AT86RF215_USE_CLOCK_OUTPUT (0)
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
/**
|
||||
* @name Channel configuration
|
||||
* @{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user