system.inc

来自「UCOS-II在ATMEL公司AVR CPU上的应用」· INC 代码 · 共 28 行

INC
28
字号
/*	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 + =
减小字号Ctrl + -
显示快捷键?