salvocfg.h
来自「Real Time Operating System for Hi-Tech C」· C头文件 代码 · 共 38 行
H
38 行
/************************************************************
Copyright (C) 1995-2002 Pumpkin, Inc. and its
Licensor(s). Freely distributable.
$Source: C:\\RCS\\d\\salvo\\ex\\ex1\\sysh\\salvocfg.h,v $
$Author: aek $
$Revision: 3.4 $
$Date: 2003-06-06 18:10:59-07 $
Configuration file.
************************************************************/
#if defined(MAKE_WITH_FREE_LIB)
/* */
/* Salvo Lite build */
/* */
#define OSUSE_LIBRARY TRUE
#define OSLIBRARY_TYPE OSF
#define OSLIBRARY_CONFIG OSA
#define OSLIBRARY_VARIANT OSB
#define OSEVENTS 1
#define OSEVENT_FLAGS 0
#define OSMESSAGE_QUEUES 0
#define OSTASKS 3
#else
#error No MAKE_WITH_??? symbol defined. See salvocfg.h.
#endif
#if !defined(SYSH)
#error SYSH must be defined for this PICC tutorial project ...
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?