From 12ac6ca64a5cbddc17baa8a1359c143b174f07c8 Mon Sep 17 00:00:00 2001 From: Alexandre Bobkov Date: Mon, 21 Jul 2025 01:42:53 -0400 Subject: [PATCH] RC Robot Tutorial --- 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 b58a70248..b9ae46a93 100644 --- a/ESP-IDF_Robot/tutorial/docs/source/overview.rst +++ b/ESP-IDF_Robot/tutorial/docs/source/overview.rst @@ -157,7 +157,7 @@ The function for updating motors' PWM values. ESP_LOGW("ESP-NOW", "Data was sent."); } -The onDataReceived() and onDataSent() are two call-bacl functions that get evoked on each corresponding event. +The onDataReceived() and onDataSent() are two call-back functions that get evoked on each corresponding event. .. code-block:: c