Skip to content

Commit

Permalink
drivers/kw2xrf: remove unused kw2xrf_setup function
Browse files Browse the repository at this point in the history
  • Loading branch information
jia200x committed Aug 24, 2022
1 parent a7a1355 commit c3e4fa1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions drivers/include/kw2xrf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3e4fa1

Please sign in to comment.