mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
22 lines
256 B
C
22 lines
256 B
C
/**
|
|
* @file referee.h
|
|
* @author your name (you@domain.com)
|
|
* @brief
|
|
* @version 0.1
|
|
* @date 2022-11-04
|
|
*
|
|
* @copyright Copyright (c) 2022
|
|
*
|
|
*/
|
|
|
|
#ifndef REFEREE_H
|
|
#define REFEREE_H
|
|
|
|
#include"bsp_usart.h"
|
|
#include"usart.h"
|
|
|
|
|
|
|
|
|
|
|
|
#endif // !REFEREE_H
|