From 3b4b79d9bbaa2985d24cb94fd9833dbdabbddd79 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 8 Dec 2009 07:42:49 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1383 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/halconf.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'os/hal/templates/halconf.h') diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h index f173a3fa3..1845d5323 100644 --- a/os/hal/templates/halconf.h +++ b/os/hal/templates/halconf.h @@ -24,6 +24,14 @@ * @{ */ +/* + * 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 change the device drivers settings found in the low level drivers + * headers, just define here the new settings and those will override the + * defaults defined in the LLD headers. + */ + #ifndef _HALCONF_H_ #define _HALCONF_H_ -- cgit v1.2.3