diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-15 08:42:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-15 08:42:10 +0000 |
commit | a54e86c1055521b8a621db9cc95d204431416160 (patch) | |
tree | 4441a626b1e65e1a00ff4b196a5a254a74ca990d /os/hal | |
parent | d0b1e149b4f1abd447897a3b32e5a4390f57e48c (diff) | |
download | ChibiOS-a54e86c1055521b8a621db9cc95d204431416160.tar.gz ChibiOS-a54e86c1055521b8a621db9cc95d204431416160.tar.bz2 ChibiOS-a54e86c1055521b8a621db9cc95d204431416160.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6711 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/hal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/hal.mk b/os/hal/hal.mk index 8b9d75719..766d08b92 100644 --- a/os/hal/hal.mk +++ b/os/hal/hal.mk @@ -1,5 +1,5 @@ # List of all the ChibiOS/RT HAL files, there is no need to remove the files
-# from this list, you can disable parts of the kernel by editing halconf.h.
+# from this list, you can disable parts of the HAL by editing halconf.h.
HALSRC = ${CHIBIOS}/os/hal/src/hal.c \
${CHIBIOS}/os/hal/src/adc.c \
${CHIBIOS}/os/hal/src/can.c \
|