os_viewc.h
来自「lpc2478+ucosII」· C头文件 代码 · 共 42 行
H
42 行
/*
*********************************************************************************************************
* uC/OS-View PORT
*
* (c) Copyright 2003-2006; Micrium, Inc.; Weston, FL
*
* All rights reserved. Protected by international copyright laws.
* Knowledge of the source code may NOT be used to develop a similar product.
* Please help us continue to provide the Embedded community with the finest
* software available. Your honesty is greatly appreciated.
*********************************************************************************************************
*/
/*
*********************************************************************************************************
*
* uC/OS-View PORT
*
* NXP LPC2468
*
* Filename : os_viewc.c
*********************************************************************************************************
*/
#ifndef __OS_VIEWC_H__
#define __OS_VIEWC_H__
/*
*********************************************************************************************************
* CONSTANTS
*********************************************************************************************************
*/
#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) */
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?