Remove new filters and remove extra debugging.

This commit is contained in:
Jonathan Naylor 2016-07-05 18:16:47 +01:00
parent 5725e3babe
commit dcc52ca479
8 changed files with 9 additions and 41 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#define WANT_DEBUG
// #define WANT_DEBUG
#include "Config.h"
#include "Globals.h"
@ -457,7 +457,7 @@ void CDStarTX::writeByte(uint8_t c)
void CDStarTX::setTXDelay(uint8_t delay)
{
m_txDelay = 120U + uint16_t(delay) * 6U; // 200ms + tx delay
m_txDelay = 150U + uint16_t(delay) * 6U; // 250ms + tx delay
}
uint16_t CDStarTX::getSpace() const