mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-01-09 02:01:03 +01:00
Removing not necessary instructions (fix YSF led)
This commit is contained in:
parent
5a5864a30b
commit
b2b810d06f
|
|
@ -500,8 +500,6 @@ bool CIO::CLK_pin()
|
|||
void CIO::RXD_pin_write(bool on)
|
||||
{
|
||||
GPIO_WriteBit(PORT_RXD, PIN_RXD, on ? Bit_SET : Bit_RESET);
|
||||
GPIO_WriteBit(PORT_YSF_LED, PIN_YSF_LED, on ? Bit_SET : Bit_RESET);
|
||||
GPIO_WriteBit(PORT_YSF_LED, PIN_YSF_LED, on ? Bit_SET : Bit_RESET);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue