ISIX-RTOS - small operating system for ARM microcontrollers 1.2

config.h

Go to the documentation of this file.
00001 /* 
00002     Isix configuration file (C) 2007 L. Bryndza
00003 */
00004 
00005 #ifndef _ISIX_CONFIG
00006 #define _ISIX_CONFIG
00007 
00008 #define ISIX_DBG_ON 1
00009 #define ISIX_DBG_OFF 0
00010 #define ISIX_ON 1
00011 #define ISIX_OFF 0
00012 
00013 #include <isix_config.h>
00014 
00015 #endif
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines