aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox/serial.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/dox/serial.dox')
-rw-r--r--os/hal/dox/serial.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/dox/serial.dox b/os/hal/dox/serial.dox
index f9d46d360..071b2dac5 100644
--- a/os/hal/dox/serial.dox
+++ b/os/hal/dox/serial.dox
@@ -27,7 +27,7 @@
* events.<br>
* The module also contains functions that make the implementation of the
* interrupt service routines much easier.
- * @pre In order to use the ADC driver the @p CH_HAL_USE_SERIAL option
+ * @pre In order to use the SERIAL driver the @p HAL_USE_SERIAL option
* must be enabled in @p halconf.h.
*
* @ingroup IO