summaryrefslogtreecommitdiff
path: root/apps/modbus/rtu/mbcrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/modbus/rtu/mbcrc.h')
-rw-r--r--apps/modbus/rtu/mbcrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/modbus/rtu/mbcrc.h b/apps/modbus/rtu/mbcrc.h
index db227763f..9ff06e25d 100644
--- a/apps/modbus/rtu/mbcrc.h
+++ b/apps/modbus/rtu/mbcrc.h
@@ -31,6 +31,6 @@
#ifndef _MB_CRC_H
#define _MB_CRC_H
-USHORT usMBCRC16( UCHAR * pucFrame, USHORT usLen );
+uint16_t usMBCRC16( uint8_t * pucFrame, uint16_t usLen );
#endif