From b2b810d06f0731a1ed469cf1b2ec738e881cfbf9 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Sun, 2 Apr 2017 22:24:44 -0300 Subject: [PATCH] Removing not necessary instructions (fix YSF led) --- IOSTM.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/IOSTM.cpp b/IOSTM.cpp index 52562a8..186c446 100644 --- a/IOSTM.cpp +++ b/IOSTM.cpp @@ -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