diff options
Diffstat (limited to 'project/Core/Src/Project/remote_control.c')
| -rw-r--r-- | project/Core/Src/Project/remote_control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/Core/Src/Project/remote_control.c b/project/Core/Src/Project/remote_control.c index 57ace89..1073b36 100644 --- a/project/Core/Src/Project/remote_control.c +++ b/project/Core/Src/Project/remote_control.c @@ -6,14 +6,14 @@ * Author: sowgro */ +#include <player.h> +#include <player.h> #include <stm32l4xx.h> #include <stdio.h> #include <string.h> -#include "player_actions.h" #include "UART.h" #include "project.h" #include "systick.h" -#include "player_actions.h" static char buffer[80]; static char* cur = buffer; |
