oscilloscope/User/main.c

24 lines
405 B
C

/*
*************************************************************************
* main 函数
*************************************************************************
*/
/**
* @brief 主函数
* @param 无
* @retval 无
*/
int main(void)
{
}
/* ------------------------------------------end of file---------------------------------------- */