同时安装keil和cubeide后cubeide编译出来的玩意一直无法运行。被迫用keil开发
Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* mymain.h
|
||||
*
|
||||
* Created on: 2022年4月15日
|
||||
* Author: wuwen
|
||||
*/
|
||||
|
||||
#ifndef MYMAIN_H_
|
||||
#define MYMAIN_H_
|
||||
|
||||
#include "main.h"
|
||||
#include "oled.h"
|
||||
|
||||
void mymain();
|
||||
|
||||
#endif /* MYMAIN_H_ */
|
||||
Reference in New Issue
Block a user