diff options
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 \
|