Fix typo in debugger RIOT output.

This commit is contained in:
Stephen Anthony 2019-12-15 20:18:16 -03:30
parent 0a4143768a
commit df9c71bc86
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ string RiotDebug::toString()
<< " Divider=" << myDebugger.invIfChanged(state.TIMDIV, oldstate.TIMDIV)
<< endl
<< "Left/P0diff: " << diffP0String() << " Right/P1diff: " << diffP0String()
<< "Left/P0diff: " << diffP0String() << " Right/P1diff: " << diffP1String()
<< endl
<< "TVType: " << tvTypeString() << " Switches: " << switchesString()
<< endl