修复makefile的bug

This commit is contained in:
fslongjin
2022-05-18 21:13:23 +08:00
parent 8d8fd391fb
commit 59e847294a
7 changed files with 42 additions and 10 deletions

View File

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