?? os_viewc.h
字號(hào):
/*
*********************************************************************************************************
* uC/OS-View
*
* (c) Copyright 2005, Micrium, Weston, FL
* All Rights Reserved
*
* NXP LPC2888 (ARM7)
* IAR C Compiler
*
*
* Filename : os_viewc.h
* Version : V1.21
* Programmer : JJL
*********************************************************************************************************
*/
/*
*********************************************************************************************************
* CONSTANTS
*********************************************************************************************************
*/
#define OS_VIEW_TMR_32_BITS 1 /* LPC28888 timer is 32 bits */
#define OS_VIEW_RX_BUF_SIZE 20 /* Rx buffer size (should not need to change) */
#define OS_VIEW_TX_BUF_SIZE 255 /* Tx buffer size (should not need to change) */
#define OS_VIEW_TX_STR_SIZE 255 /* Tx string size (should not need to change) */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -