includes.h
来自「ucos2.86在STM32L152DISCOVERY上的移植」· C头文件 代码 · 共 17 行
H
17 行
#ifndef __INCLUDES_H__
#define __INCLUDES_H__
//#include <stdio.h>
//#include <string.h>
//#include <ctype.h>
//#include <stdlib.h>
//#include <stdarg.h>
#include <stm32l1xx_conf.h>
#include <stm32l1xx.h>
#include "ucos_ii.h"
#include <app_cfg.h>
#include <bsp.h>
//#include <UARTonChip.h>
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?