probe_rs232c.h

来自「UCOSII 在STM32的移植」· C头文件 代码 · 共 42 行

H
42
字号
/*
*********************************************************************************************************
*                                      uC/Probe Communication
*
*                           (c) Copyright 2007; 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/Probe
*
*                                      Communication: RS-232
*                                      Port for the ST STM32
*
* Filename      : probe_rs232c.h
* Version       : V1.20
* Programmer(s) : Brian Nagel
*********************************************************************************************************
*/

#ifndef  __PROBE_RS232C_H__
#define  __PROBE_RS232C_H__





/*
*********************************************************************************************************
*                                             MODULE END
*********************************************************************************************************
*/

#endif                                                          /* End of module include.                               */

⌨️ 快捷键说明

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