📄 mcubas.h
字号:
/******************************************************************************
* 头文件名: mcubas.h *
******************************************************************************/
# ifndef __MCUBAS_H__
# define __MCUBAS_H__
# include <mc9s12dg128.h>
# include <stdio.h>
// # define EnableInterrupts {__asm CLI;}
// # define DisableInterrupts {__asm SEI;}
// CCR Condition Code Register
# include "portdef.h"
# endif // __MCUBAS_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -