#ifndef CONFIG_H_ #define CONFIG_H_ /* Cesar project {{{ * * Copyright (C) 2007 Spidcom * * <<>> * * }}} */ /** * \file config.h * \brief The station configuration defines for fulminata. * \ingroup host * * This file describe the configuration of fulminata station * * \todo */ #include "config/host/assert.h" /* strong assert validation */ #if CONFIG_HOST_ASSERT #ifndef UNIT_TEST #define ENABLE_DBG_ASSERT #endif /* UNIT_TEST */ #endif /* CONFIG_HOST_ASSERT */ #endif /* CONFIG_H_ */