bertos/cfg/cfg_arch.h
Go to the documentation of this file.00001 00043 #ifndef CFG_ARCH_CONFIG_H 00044 #define CFG_ARCH_CONFIG_H 00045 00050 #define ARCH_FOO (1<<0) 00051 #define ARCH_BAR (1<<1) 00052 #define ARCH_EMUL (1<<2) 00053 #define ARCH_QT (1<<3) 00054 #define ARCH_UNITTEST (1<<4) 00055 #define ARCH_NIGHTTEST (1<<5) 00056 /*\}*/ 00057 00058 #endif /* CFG_ARCH_CONFIG_H */
