1
0
Fork 0

Revert "mcp23018: add return status to init (#18178)" (#18709)

This reverts commit 3fffa51554.
This commit is contained in:
Joel Challis 2022-10-29 22:33:47 +01:00 committed by GitHub
parent c78dc85a1a
commit c63e2e378d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 11 deletions

View file

@ -33,7 +33,7 @@ enum {
/**
* Init expander and any other dependent drivers
*/
bool mcp23018_init(uint8_t slave_addr);
void mcp23018_init(uint8_t slave_addr);
/**
* Configure input/output to a given port