Skip to content

Commit

Permalink
fixup! drivers/dose: register driver with netdev
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Jul 28, 2020
1 parent 85773a3 commit e41d12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/include/dose.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ typedef struct {
* @brief Setup a DOSE based device state
* @param[out] dev Handle of the device to initialize
* @param[in] params Parameters for device initialization
* @param[in] index The index in the config struct
* @param[in] index index of @p params in a global parameter struct array.
* If initialized manually, pass a unique identifier instead.
*/
void dose_setup(dose_t *dev, const dose_params_t *params, uint8_t index);

Expand Down

0 comments on commit e41d12d

Please sign in to comment.