all.h

来自「移植在鱼板上运行的ucos」· C头文件 代码 · 共 15 行

H
15
字号
#ifndef __ALL_H__
#define __ALL_H__

#include <stdarg.h>
#include <stdio.h>
#include <string.h>

#include "snds.h"
#include "uart.h"
#include "timer.h"
#include "isr.h"
#include "std.h"
#include "os_cpu.h"

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?