Advertisement
dine

Untitled

Jan 17th, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1. /* MODULE Rx1. */
  2.  
  3. #include "Events.h"
  4. #include "Rx1.h"
  5.  
  6. static uint8_t Rx1_buffer[Rx1_BUF_SIZE]; /* ring buffer */
  7. static int Rx1_inIdx;  /* input index */
  8. static int Rx1_outIdx; /* output index */
  9. static int Rx1_inSize; /* size of input data */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement