mcu debug stuff entfernt
This commit is contained in:
parent
3195b06750
commit
1b36640c4f
9 changed files with 112 additions and 16 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue