Skip to content

Commit

Permalink
revert: revert to previous commit
Browse files Browse the repository at this point in the history
Reverted the code to a previous, stable state due to a wrong merge.
  • Loading branch information
Kalsifer-742 committed Jan 25, 2024
1 parent 4b52f7a commit 9252adb
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 // MCP23017_H
#endif

0 comments on commit 9252adb

Please sign in to comment.