mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Merge branch 'master' into nxdn
This commit is contained in:
commit
f32b8dc4e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue