Wiselib
|
00001 /****************************************************************************** 00002 Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. 00003 00004 These sources were developed at the Freie Universitaet Berlin, Computer Systems 00005 and Telematics group (http://cst.mi.fu-berlin.de). 00006 ------------------------------------------------------------------------------- 00007 This file is part of FeuerWare. 00008 00009 This program is free software: you can redistribute it and/or modify it under 00010 the terms of the GNU General Public License as published by the Free Software 00011 Foundation, either version 3 of the License, or (at your option) any later 00012 version. 00013 00014 FeuerWare is distributed in the hope that it will be useful, but WITHOUT 00015 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 00016 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 00017 00018 You should have received a copy of the GNU General Public License along with 00019 this program. If not, see http://www.gnu.org/licenses/ . 00020 -------------------------------------------------------------------------------- 00021 For further information and questions please use the web site 00022 http://scatterweb.mi.fu-berlin.de 00023 and the mailinglist (subscription via web site) 00024 scatterweb@lists.spline.inf.fu-berlin.de 00025 *******************************************************************************/ 00026 00027 #ifndef PROJECTCONF_H_ 00028 #define PROJECTCONF_H_ 00029 00048 #define FEUERWARE_CONF_ENABLE_FAT 0 00049 #define FEUERWARE_CONF_ENABLE_HAL 1 00050 #define FEUERWARE_CONF_ENABLE_SYSMON 0 00051 00052 #define TRACELOG_CONF_NUM_ENTRIES 0 00053 #define SYSLOG_CONF_DEFAULT_LEVEL 0x3f 00054 00055 #define CMD_LEVEL 0xFF 00056 00058 #endif /* PROJECTCONF_H_ */