8 lines
154 B
C
8 lines
154 B
C
|
#ifndef APP_DOWN_UART_PARSE_
|
||
|
#define APP_DOWN_UART_PARSE_
|
||
|
|
||
|
#include "uart_dev.h"
|
||
|
|
||
|
extern uint16_t checkModebusCrc(uint8_t *arr_buff, uint8_t len);
|
||
|
|
||
|
#endif
|