Blame view

app/app-prime-modbus/include/fanet/crc16.h 99 Bytes
8c2952457   김태훈   응용 프로그램 추가
1
2
3
4
5
6
  #ifndef _CRC16_H_
  #define _CRC16_H_
  
  unsigned short crc16_ccitt(const char *buf, int len);
  
  #endif