Advertisement
Konomrd123

Untitled

Apr 28th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.15 KB | None | 0 0
  1. if(c16 == 1){
  2.         if(hex == 1){
  3.             printf("0x%x\n",crc16_context.crc);
  4.         }
  5.         else printf("%d\n",crc16_context.crc);
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement