config.h
来自「1 本程序是我自己移植」· C头文件 代码 · 共 19 行
H
19 行
#ifndef __CONFIG_H
#define __CONFIG_H
#include "stm32f10x_it.h"
#include "stm32f10x_lib.h"
#include <string.h>
#include <math.h>
#include <stdlib.h>
#include "ucos_ii.h"
#include "main.h"
#include "hwinit.h"
#include "led.h"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?