From fc84eed99d54618377ec7b4c5bbd8f803814980c Mon Sep 17 00:00:00 2001 From: sowgro Date: Wed, 5 Nov 2025 00:42:51 -0500 Subject: Get mode and all og functions besides pause working --- project/Core/Inc/Project/remote_control.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'project/Core/Inc/Project/remote_control.h') diff --git a/project/Core/Inc/Project/remote_control.h b/project/Core/Inc/Project/remote_control.h index 469e4ab..d3bd926 100644 --- a/project/Core/Inc/Project/remote_control.h +++ b/project/Core/Inc/Project/remote_control.h @@ -8,10 +8,8 @@ #ifndef INC_PROJECT_REMOTE_CONTROL_H_ #define INC_PROJECT_REMOTE_CONTROL_H_ -void remote_control_start(); +void remote_control_init(); void remote_control_loop(); -void remote_control_stop(); - #endif /* INC_PROJECT_REMOTE_CONTROL_H_ */ -- cgit v1.2.3