-
Notifications
You must be signed in to change notification settings - Fork 1
/
OSAcfg.h
30 lines (20 loc) · 933 Bytes
/
OSAcfg.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/******************************************************************************/
//
// This file was generated by OSAcfg_Tool utility.
// Do not modify it to prevent data loss on next editing.
//
// PLATFORM: WinAVR
//
/******************************************************************************/
#ifndef _OSACFG_H
#define _OSACFG_H
//------------------------------------------------------------------------------
// SYSTEM
//------------------------------------------------------------------------------
#define OS_TASKS 3 // Number of tasks that can be active at one time
#define OS_PRIORITY_LEVEL OS_PRIORITY_DISABLE
//------------------------------------------------------------------------------
// ENABLE CONSTANTS
//------------------------------------------------------------------------------
#define OS_ENABLE_TTIMERS // Enable task timers (OS_Delay and OS_xxx_Wait_TO)
#endif