os_viewc.h
来自「AT91SAM7SE,ucos移植范例」· 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
*
* Atmel AT91SAM7SE
*
* Filename : os_viewc.h
*********************************************************************************************************
*/
#ifndef OS_VIEWC_H
#define OS_VIEWC_H
/*
*********************************************************************************************************
* DEFINES
*********************************************************************************************************
*/
#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 + -
显示快捷键?