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
00046 #define ARCH_DEFAULT (1<<0)
00047
00048 #define ARCH_EMUL (1<<2)
00049 #define ARCH_QT (1<<3)
00050 #define ARCH_UNITTEST (1<<4)
00051 #define ARCH_NIGHTTEST (1<<5)
00052
00053 #endif