aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox/pal.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/dox/pal.dox')
-rw-r--r--os/hal/dox/pal.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/dox/pal.dox b/os/hal/dox/pal.dox
index 12a1192be..4c7fe685a 100644
--- a/os/hal/dox/pal.dox
+++ b/os/hal/dox/pal.dox
@@ -32,7 +32,7 @@
* functions in order to support specific features but, of course, the use of
* such interfaces would not be portable. Such interfaces shall be marked with
* the architecture name inside the function names.
- * @pre In order to use the ADC driver the @p CH_HAL_USE_PAL option
+ * @pre In order to use the PAL driver the @p HAL_USE_PAL option
* must be enabled in @p halconf.h.
*
* @section pal_1 Implementation Rules