Skip to content

Commit

Permalink
drivers/at86rf2xx: remove unused setup function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jia200x committed Dec 7, 2022
1 parent d6f894a commit fe2ff7c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions drivers/include/at86rf2xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -310,16 +310,6 @@ typedef struct {
event_t ev; /**< ISR offload event */
} at86rf2xx_bhp_ev_t;

/**
* @brief Setup an AT86RF2xx 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 at86rf2xx_setup(at86rf2xx_t *dev, const at86rf2xx_params_t *params, uint8_t index);

/**
* @brief Trigger a hardware reset and configure radio with default values
*
Expand Down

0 comments on commit fe2ff7c

Please sign in to comment.