hostif_msg.c
来自「本程序为ST公司开发的源代码」· C语言 代码 · 共 46 行
C
46 行
/************************************************** * * hostif_msg.c * * CVS ID: $Id: hostif_msg.c,v 1.6 2006/10/18 12:38:44 belardi Exp $ * Author: Raffaele Belardi [RB] - STM * Date: $Date: 2006/10/18 12:38:44 $ * Revision: $Revision: 1.6 $ * * Description: * * *************************************************** * * COPYRIGHT (C) ST Microelectronics 2005 * All Rights Reserved * *************************************************** * * STM CVS Log: * * $Log: hostif_msg.c,v $ * Revision 1.6 2006/10/18 12:38:44 belardi * Removed USE_STM_HOSTIF * * Revision 1.5 2006/09/18 09:55:23 belardi * Corrected CVS keyword usage * * Revision 1.4 2006/09/18 09:24:13 belardi * Added Log CVS keyword into file header * * ***************************************************/#include "gendef.h"#include "osal.h"#include "plyinc.h"#include "srvinc.h"#ifdef APM_PICKUPvoid hostifReportState(void) {}#else#include "hostif_low.h"#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?