oscilloscope/User/main.c

26 lines
430 B
C

#include "OSC.h"
/*
*************************************************************************
* main 函数
*************************************************************************
*/
/**
* @brief 主函数
* @param 无
* @retval 无
*/
int main(void)
{
Run();
}
/* ------------------------------------------end of file---------------------------------------- */