📄 all.h
字号:
/*****************************************************************************
* Simple Little Operating System - SLOS
*****************************************************************************/
/*****************************************************************************
*
* Module : all.h
* Description : brings in all the headers
* OS : SLOS 0.09
* Platform : e7t
* History :
*
* 16th November 2001 Andrew N. Sloss
* - added a generic header
*
*****************************************************************************/
#ifndef _HEADERS_E7T_ALL
#define _HEADERS_E7T_ALL 1
#include "macros.h"
#include "../devices/segment_driver.h"
#include "../devices/serial_driver.h"
#include "../events/tick_service.h"
#include "../events/swis.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -