MCP230xx - Force C/C++ compliance

This commit is contained in:
andrethomas 2018-09-20 21:03:33 +02:00
parent c9f0c18466
commit 363e19d681
1 changed files with 1 additions and 1 deletions

View File

@ -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;