mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
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
|
MCP230xx_CheckForIntCounter(); // update register on whether or not we should be counting interrupts
|
||||||
}
|
}
|
||||||
|
|
||||||
void MCP230xx_Detect()
|
void MCP230xx_Detect(void)
|
||||||
{
|
{
|
||||||
if (mcp230xx_type) {
|
if (mcp230xx_type) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user