salvocfg.h
来自「Salvo是一种非常精简的实时操作系统」· C头文件 代码 · 共 28 行
H
28 行
/************************************************************
Copyright (C) 1995-2002 Pumpkin, Inc. and its
Licensor(s). Freely distributable.
$Source: C:\\RCS\\d\\salvo\\ex\\ex2\\sysa\\salvocfg.h,v $
$Author: aek $
$Revision: 3.1 $
$Date: 2002-02-24 16:13:33-08 $
Salvo configuration file for use with the accompanying
freeware library. See AN-1 Using Salvo Freeware Libraries
with the HI-TECH PIC C Compiler for more information.
************************************************************/
#define OSUSE_LIBRARY TRUE
#define OSLIBRARY_TYPE OSF
#define OSLIBRARY_CONFIG OSA
#define OSLIBRARY_VARIANT OSB
/* these options below allow us to reduce RAM usage when */
/* using freeware or standard libraries. */
#define OSEVENT_FLAGS 0
#define OSEVENTS 1
#define OSMESSAGE_QUEUES 0
#define OSTASKS 3
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?