12 lines
264 B
C
12 lines
264 B
C
|
|
#ifndef __YKCTASK_H
|
|
#define __YKCTASK_H
|
|
|
|
/* includes ----------------------------------------------------------------------------------------------*/
|
|
#include "global.h"
|
|
|
|
void handle_ykc_downlink(uint8_t stake_mark, SERVER_PACK *pack);
|
|
|
|
|
|
#endif /* __YKCTASK_H */
|