24 lines
236 B
C
24 lines
236 B
C
#ifndef tran_for_coder2_h__
|
|
#define tran_for_coder2_h__
|
|
|
|
|
|
#include "rtthread.h"
|
|
#include "transmit.h"
|
|
#include "signal.h"
|
|
#include "bytearray.h"
|
|
|
|
|
|
|
|
|
|
signal coder2_live_send_signal(void *obj,uint8_t cmd,array_def *data);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|