diff --git a/boards/avsextrem/include/configure.h b/boards/avsextrem/include/configure.h index 640e67d25b..df1a5bad75 100644 --- a/boards/avsextrem/include/configure.h +++ b/boards/avsextrem/include/configure.h @@ -49,19 +49,5 @@ #undef TRACELOG_CONF_NUM_ENTRIES #endif - -/* ------------------------------------------------------------------------- */ -/* - * documentation of defines that do not belong to a specific module: - */ - -/** - * @def FEUERWARE_CONF_SUPPORTS_FILES - * @brief Defines if standard library file functions are available - */ -#ifndef FEUERWARE_CONF_SUPPORTS_FILES -#define FEUERWARE_CONF_SUPPORTS_FILES 0 -#endif - /** @} */ #endif /* CONFIGURE_H_ */