⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cstartdef.h

📁 瑞萨(Renesas)M16C系列芯片上实现接受摇控板控制的程序
💻 H
字号:
/***********************************************************************/
/*                                                                     */
/*  FILE        :cstartdef.h                                           */
/*  DATE        :Sun, Jul 27, 2008                                     */
/*  DESCRIPTION :define the size of stack.                             */
/*  CPU GROUP   :62P                                                   */
/*                                                                     */
/*  This file is generated by Renesas Project Generator (Ver.4.8).     */
/*                                                                     */
/***********************************************************************/
#define __STACKSIZE__    0x300       /* Modify this line if you change the stack size. */
#define __ISTACKSIZE__   0x300       /* Modify this line if you change the interrupt stack size. */
#define __HEAPSIZE__     0x0         /* Modify this line if you change the heap size. */
#define __STANDARD_IO__  0 			/* Modify this line if you change the standard I/O using. */

⌨️ 快捷键说明

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