mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-30 08:51:19 +01:00
drivers/kw2xrf: remove unused kw2xrf_setup function
This commit is contained in:
parent
9031773b73
commit
744cf54900
@ -141,16 +141,6 @@ typedef struct {
|
||||
/** @} */
|
||||
} kw2xrf_t;
|
||||
|
||||
/**
|
||||
* @brief Setup an KW2XRF based device state
|
||||
*
|
||||
* @param[out] dev device descriptor
|
||||
* @param[in] params parameters for device initialization
|
||||
* @param[in] index index of @p params in a global parameter struct array.
|
||||
* If initialized manually, pass a unique identifier instead.
|
||||
*/
|
||||
void kw2xrf_setup(kw2xrf_t *dev, const kw2xrf_params_t *params, uint8_t index);
|
||||
|
||||
/**
|
||||
* @brief Initialize the given KW2XRF device
|
||||
* @param[out] dev device descriptor
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user