From eee6cdd71701819c5eaa7b9f1ef0141ed35cfab1 Mon Sep 17 00:00:00 2001 From: Alexandre Bobkov Date: Tue, 1 Jul 2025 01:59:19 -0400 Subject: [PATCH] descriptions --- ESP-IDF_Robot/tutorial/docs/source/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP-IDF_Robot/tutorial/docs/source/overview.rst b/ESP-IDF_Robot/tutorial/docs/source/overview.rst index 254bec0da..74337c08d 100644 --- a/ESP-IDF_Robot/tutorial/docs/source/overview.rst +++ b/ESP-IDF_Robot/tutorial/docs/source/overview.rst @@ -53,7 +53,7 @@ Changing PWM on each channel determines the speed and direction of the RC car. Fusion of Software & Hardware ----------------------------- -The _struct_ for storing motors PWM values. +The *struct* for storing motors PWM values. .. code-block:: c