pull/3/head
luojunhui 11 months ago
parent c07330ab56
commit faf45dccf2

@ -12,7 +12,7 @@ static NEARDATA int utcnt, utpnt;
static NEARDATA coord utrack[UTSZ];
void
initrack(void)
initrack(void) /* This function initializes the tracking system by setting the values of utcnt and utpnt to 0. */
{
utcnt = utpnt = 0;
}

Loading…
Cancel
Save