From ff2ca855fa6c94c7ce7a5f7a12168c697ebde010 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Tue, 28 Oct 2014 11:53:47 +0100 Subject: [PATCH] boards/avsextrem: purge FEUERWARE_CONF_SUPPORTS_FILES --- boards/avsextrem/include/configure.h | 14 -------------- 1 file changed, 14 deletions(-) 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_ */