cstartdef.h

来自「低价位瑞萨单片机的水表程序」· C头文件 代码 · 共 16 行

H
16
字号
/***********************************************************************/
/*                                                                     */
/*  FILE        :cstartdef.h                                           */
/*  DATE        :Wed, Nov 19, 2008                                     */
/*  DESCRIPTION :define the size of stack.                             */
/*  CPU GROUP   :1B                                                    */
/*                                                                     */
/*  This file is generated by Renesas Project Generator (Ver.4.8).     */
/*                                                                     */
/***********************************************************************/
#define __STACKSIZE__    0x80        /* Modify this line if you change the stack size. */
#define __ISTACKSIZE__   0x80        /* 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. */
#define __WATCH_DOG__    0 			/* Modify this line if you change the Watchdog timer using. */

⌨️ 快捷键说明

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