创建了基本工程
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* my_main.c
|
||||
*
|
||||
* Created on: 2021年9月17日
|
||||
* Author: wuwenfeng
|
||||
*/
|
||||
#include "my_main.h"
|
||||
|
||||
void mymain()
|
||||
{
|
||||
|
||||
while(1)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* my_main.h
|
||||
*
|
||||
* Created on: 2021年9月17日
|
||||
* Author: wuwenfeng
|
||||
*/
|
||||
|
||||
#ifndef MY_MAIN_H_
|
||||
#define MY_MAIN_H_
|
||||
|
||||
#include "main.h"
|
||||
|
||||
void mymain();
|
||||
|
||||
|
||||
#endif /* MY_MAIN_H_ */
|
||||
Reference in New Issue
Block a user