diff --git a/ESP-IDF_Robot/tutorial/docs/source/overview.rst b/ESP-IDF_Robot/tutorial/docs/source/overview.rst
index 1022424b0..386f46a60 100644
--- a/ESP-IDF_Robot/tutorial/docs/source/overview.rst
+++ b/ESP-IDF_Robot/tutorial/docs/source/overview.rst
@@ -125,6 +125,11 @@ The following images illustrate various PWM duty cycles registered by oscillosco
+Fusion of Software with Hardware
+--------------------------------
+
+The table below summarizes the reserved GPIOs.
+
+------+-----+---------------------------------------------------------+----------------+
| GPIO | Pin | Function | Notes |
+======+=====+=========================================================+================+
@@ -143,9 +148,6 @@ The following images illustrate various PWM duty cycles registered by oscillosco
| 7 | 6 | PWM for counter-clockwise rotation of left-side motors | LEDC_CHANNEL_3 |
+------+-----+---------------------------------------------------------+----------------+
-Fusion of Software with Hardware
---------------------------------
-
The *struct* for storing motors PWM values.
.. code-block:: c