mirror of
https://github.com/dj0abr/SSB_HighSpeed_Modem.git
synced 2026-06-02 14:04:49 -04:00
update
This commit is contained in:
@@ -67,6 +67,8 @@ void dist_function(void* param)
|
||||
// give all data sources the same priority
|
||||
if (++circ >= 5) circ = 0;
|
||||
|
||||
//printf("circ:%d\n", circ);
|
||||
|
||||
int len = 0;
|
||||
switch (circ)
|
||||
{
|
||||
@@ -88,6 +90,10 @@ void dist_function(void* param)
|
||||
|
||||
if (len > 0) _sendToModulator(rxdata, len);
|
||||
}
|
||||
else
|
||||
{
|
||||
sleep_ms(100);
|
||||
}
|
||||
}
|
||||
printf("Distributor exits\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user