Subversion Repositories DashDisplay

Rev

Rev 67 | Rev 70 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67 Rev 68
Line 393... Line 393...
393
    }
393
    }
394
 
394
 
395
    /// process the observation list
395
    /// process the observation list
396
    for (chr = 0; chr < cc; chr++)
396
    for (chr = 0; chr < cc; chr++)
397
    {
397
    {
398
      uint8_t c = GetCharSerial(&uc1);
398
      char c = GetCharSerial(&uc1);
399
 
399
 
400
      if (c == PLX_Start) // at any time if the start byte appears, reset the pointers
400
      if (c == PLX_Start) // at any time if the start byte appears, reset the pointers
401
      {
401
      {
402
        PLXPtr = 0; // reset the pointer
402
        PLXPtr = 0; // reset the pointer
403
        PLXPacket = 1;
403
        PLXPacket = 1;