mirror of https://github.com/g4klx/MMDVM.git
Small efficiency update to the interrupt routine.
This commit is contained in:
parent
4fb563f534
commit
79e21070bd
1
IO.cpp
1
IO.cpp
|
@ -346,7 +346,6 @@ void CIO::interrupt()
|
||||||
uint8_t control = MARK_NONE;
|
uint8_t control = MARK_NONE;
|
||||||
uint16_t sample = DC_OFFSET;
|
uint16_t sample = DC_OFFSET;
|
||||||
|
|
||||||
if (m_txBuffer.getData() > 0U)
|
|
||||||
m_txBuffer.get(sample, control);
|
m_txBuffer.get(sample, control);
|
||||||
|
|
||||||
#if defined(__SAM3X8E__)
|
#if defined(__SAM3X8E__)
|
||||||
|
|
Loading…
Reference in New Issue