Skip to content

Commit

Permalink
docs: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalsifer-742 committed Jan 25, 2024
1 parent 3189e17 commit ec90dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcp23017/mcp23017.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ HAL_StatusTypeDef mcp23017_write_register_bit(MCP23017_t* hdev, uint8_t register
HAL_StatusTypeDef mcp23017_get_output_latch_value_on_pin(MCP23017_t* hdev, uint8_t port, uint8_t pin_number, uint8_t* value);
HAL_StatusTypeDef mcp23017_set_output_latch_value_on_pin(MCP23017_t* hdev, uint8_t port, uint8_t pin_number, uint8_t value);

#endif
#endif // MCP23017_H

0 comments on commit ec90dce

Please sign in to comment.