aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM8L/platform.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM8L/platform.dox')
-rw-r--r--os/hal/platforms/STM8L/platform.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM8L/platform.dox b/os/hal/platforms/STM8L/platform.dox
index 407855f97..8646b5978 100644
--- a/os/hal/platforms/STM8L/platform.dox
+++ b/os/hal/platforms/STM8L/platform.dox
@@ -92,8 +92,8 @@
* @section stm8l_serial_1 Supported HW resources
* The serial driver can support any of the following hardware resources:
* - USART1.
- * - USART2.
- * - USART3.
+ * - USART2 (where present).
+ * - USART3 (where present).
* .
* @section stm8l_serial_2 STM8L Serial driver implementation features
* - Clock stop for reduced power usage when the driver is in stop state.