removed empty lines at the end of mcp23017.cpp

This commit is contained in:
Phil-Engljaehringer 2025-11-05 10:13:09 +01:00
parent 3f3b2d6aaa
commit 71042febe6

View File

@ -179,5 +179,3 @@ int MCP23017::configure(uint16_t mask, PinType type)
return ret;
}