Guest User

Untitled

a guest
Dec 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. void check_msg_id( uint8_t *recvdata) {
  2. uint8_t buffer1[3];
  3. cnt=0;
  4. buffer1[cnt]=recvdata;
  5. cnt++;
  6.  
  7. if (cnt==3) {
  8. cnt=0;
  9. }
  10.  
  11. }
Add Comment
Please, Sign In to add comment