mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
10 lines
220 B
C
10 lines
220 B
C
#ifndef REFEREE_COMMUNICATION_H
|
|
#define REFEREE_COMMUNICATION_H
|
|
|
|
#include "stdint.h"
|
|
#include "referee_def.h"
|
|
#include "rm_referee.h"
|
|
|
|
void Communicate_SendData(referee_id_t *_id,robot_interactive_data_t *_data);
|
|
|
|
#endif |