mirror of https://github.com/arendst/Tasmota.git
MCP230xx - Force C/C++ compliance
This commit is contained in:
parent
c9f0c18466
commit
363e19d681
|
@ -181,7 +181,7 @@ void MCP230xx_ApplySettings(void) {
|
|||
MCP230xx_CheckForIntCounter(); // update register on whether or not we should be counting interrupts
|
||||
}
|
||||
|
||||
void MCP230xx_Detect()
|
||||
void MCP230xx_Detect(void)
|
||||
{
|
||||
if (mcp230xx_type) {
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue