初始版本
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef _UTILS_H_
|
||||
#define _UTILS_H_
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
extern uint16_t modbus_crc16(uint8_t *buf, int len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user