2022-11-05 21:59:03 +08:00
|
|
|
/**
|
|
|
|
* @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
|