Skip to content

Commit

Permalink
Remove sys_drv from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Dec 7, 2019
1 parent 49bdea1 commit ab8ffdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onewire_uart/src/ow/ow.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ send_bit(ow_t* const ow, uint8_t v) {
* \brief Initialize OneWire instance
* \param[in] ow: OneWire instance
* \param[in] ll_drv: Low-level driver
* \param[in] sys_drv: System functions driver
* \param[in] arg: Custom argument
* \return \ref owOK on success, member of \ref owr_t otherwise
*/
Expand Down

0 comments on commit ab8ffdd

Please sign in to comment.