Merge branch 'master' into nxdn

nxdn
Jonathan Naylor 2018-02-05 20:06:46 +00:00
commit f32b8dc4e8
1 changed files with 1 additions and 1 deletions

View File

@ -912,7 +912,7 @@ void CIO::interrupt()
bool CIO::getCOSInt()
{
return GPIO_ReadOutputDataBit(PORT_COS, PIN_COS) == Bit_SET;
return GPIO_ReadInputDataBit(PORT_COS, PIN_COS) == Bit_SET;
}
void CIO::setLEDInt(bool on)