mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-15 04:42:15 -04:00
TCP mode
This commit is contained in:
parent
d8a89c5de2
commit
13b792fcbe
4 changed files with 37 additions and 17 deletions
|
@ -89,7 +89,9 @@ int main(void)
|
|||
init();
|
||||
// Record the current tick count for time-keeping
|
||||
ticks_t start = timer_clock();
|
||||
ticks_t frameQueued = 0;
|
||||
#if MP1_USE_TX_QUEUE
|
||||
ticks_t frameQueued = 0;
|
||||
#endif
|
||||
|
||||
// Go into ye good ol' infinite loop
|
||||
while (1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue