From 24e1ac1c3fcd74729f8cc2a50043d7bf7cfdabb6 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 28 Dec 2024 22:55:10 -0500 Subject: [PATCH] ESP-IDF Robot Controls --- ESP-IDF_Robot/main/controls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP-IDF_Robot/main/controls.h b/ESP-IDF_Robot/main/controls.h index 73e285a5e..88fe098d0 100644 --- a/ESP-IDF_Robot/main/controls.h +++ b/ESP-IDF_Robot/main/controls.h @@ -14,7 +14,7 @@ Struct that holds PCM for RPMs for each of 4 motors. Positive PCM values for clock-wise rotation, and negative values for counter-vise rotation. */ -typedef struct motors_rpm { +struct motors_rpm { int motor1_rpm_pcm; int motor1_gpio; int motor2_rpm_pcm;