T-Box Basic dev
Loading...
Searching...
No Matches
sys_data_service.h
Go to the documentation of this file.
1
10#ifndef SYS_DATA_SERVICE_H
11#define SYS_DATA_SERVICE_H
12
13#ifdef __cplusplus
14extern "C"
15{
16#endif
17
18#include <stdint.h>
19
20int sys_data_service_recv(const uint8_t* data, uint16_t len);
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif /* SYS_DATA_SERVICE_H */