Add more comments
This commit is contained in:
parent
26e48fd997
commit
b5a95218ea
25 changed files with 200 additions and 60 deletions
|
|
@ -6,7 +6,6 @@
|
|||
#include "bitwise.h"
|
||||
#include "../../hardware_access/hardware_access.h"
|
||||
#include "../uart/receive.h"
|
||||
#include "../uart/transmit.h"
|
||||
|
||||
|
||||
// (0.5625 + (0.5625 + 1.6875) / 2) / 1000 / timer interval
|
||||
|
|
@ -49,7 +48,6 @@ static void saveCurrentByte() {
|
|||
break;
|
||||
case significantByte:
|
||||
infra.onCommandReceived(byte);
|
||||
sendUintOnUartAsync(byte);
|
||||
infra.commandState = waitingForEndOfCommand;
|
||||
break;
|
||||
case waitingForEndOfCommand:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue