/************************************************************ Configuration File for rtos_ex2 Library sfc18sfa.lib is used These values adjusted from tutorial salvocfg.h for rtos_ex1. TJW 3.1.06 ************************************************************/ //Library configuration #define OSUSE_LIBRARY TRUE //Use precompiled Salvo library #define OSLIBRARY_TYPE OSF //use freeware library (OSL is standard library) #define OSLIBRARY_GLOBALS OSF //Salvo objects far, in banked RAM #define OSLIBRARY_CONFIG OSA //Set library configuration, OSA = support multitasking, delays & events only #define OSLIBRARY_VARIANT OSNONE //No library variant //Tasks, Events and Messages Configuration #define OSEVENTS 1 //define maximum number of events #define OSEVENT_FLAGS 0 //define maximum number of event flags #define OSMESSAGE_QUEUES 0 //define maximum number of message queues #define OSTASKS 2 //define maximum number of tasks