1
0
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:
Martine Lenders 2020-03-31 21:49:54 +02:00 committed by GitHub
commit 999dbe6beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
* @{