2022-05-18 21:13:23 +08:00

11 lines
101 B
C

#include "video.h"
/**
* @brief 初始化显示模块
*
* @return int
*/
int video_init()
{
}