1
0
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:
Jose Alamos 2022-08-19 15:13:53 +02:00
parent 9031773b73
commit 744cf54900
No known key found for this signature in database
GPG Key ID: F483EB800EF89DD9

View File

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