aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/3rdparty/tdisp_f4_discovery/chconf.h12
-rw-r--r--demos/3rdparty/tdisp_f4_discovery/halconf.h12
2 files changed, 0 insertions, 24 deletions
diff --git a/demos/3rdparty/tdisp_f4_discovery/chconf.h b/demos/3rdparty/tdisp_f4_discovery/chconf.h
index b1f2cd62..8c706ab3 100644
--- a/demos/3rdparty/tdisp_f4_discovery/chconf.h
+++ b/demos/3rdparty/tdisp_f4_discovery/chconf.h
@@ -18,17 +18,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/**
- * @file templates/chconf.h
- * @brief Configuration file template.
- * @details A copy of this file must be placed in each project directory, it
- * contains the application specific kernel settings.
- *
- * @addtogroup config
- * @details Kernel related settings and hooks.
- * @{
- */
-
#ifndef _CHCONF_H_
#define _CHCONF_H_
@@ -532,4 +521,3 @@
#endif /* _CHCONF_H_ */
-/** @} */
diff --git a/demos/3rdparty/tdisp_f4_discovery/halconf.h b/demos/3rdparty/tdisp_f4_discovery/halconf.h
index fc80a015..c30e285a 100644
--- a/demos/3rdparty/tdisp_f4_discovery/halconf.h
+++ b/demos/3rdparty/tdisp_f4_discovery/halconf.h
@@ -18,17 +18,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/**
- * @file templates/halconf.h
- * @brief HAL configuration header.
- * @details HAL configuration file, this file allows to enable or disable the
- * various device drivers from your application. You may also use
- * this file in order to override the device drivers default settings.
- *
- * @addtogroup HAL_CONF
- * @{
- */
-
#ifndef _HALCONF_H_
#define _HALCONF_H_
@@ -339,4 +328,3 @@
#endif /* _HALCONF_H_ */
-/** @} */