mcu debug stuff entfernt

This commit is contained in:
Tristan Krause 2019-04-03 15:20:49 +02:00
parent 3195b06750
commit 1b36640c4f
9 changed files with 112 additions and 16 deletions

Binary file not shown.

View file

@ -197,7 +197,6 @@ void rqAdcDacStroke()
int16_t count = static_cast<int16_t>(usart.readInt());
count *= delta;
dio1.writePortA(0xFF);
for(int16_t i = start; i < count; i += delta)
{

View file

@ -61,7 +61,6 @@ void USART::handleRX(void) volatile
void USART::handleTX(void) volatile
{
dio0.writePortA(send_pos);
if(send_pos < send_len)
{
while (!(UCSR0A & (1<<UDRE0)));