📄 system.inc
字号:
/* system.inc This file provides the system with target definitions and possibly common debug macros. Currently, the UROS was fully tested on the following platforms: * AT90S8515 Other platforms are not excluded but the I/O map must be checked of the following on-chip peripherals: * 8 bit timer0 (time-division mode) * int0 pin/direction (event-debug-mode) * MCUCR (global declarations) Uros Platise (c) March 2000 */#ifndef __SYSTEM#define __SYSTEM#arch AT90S8515#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -