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

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)
{