diff options
Diffstat (limited to 'project/Core/Inc/Project/project.h')
| -rw-r--r-- | project/Core/Inc/Project/project.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/Core/Inc/Project/project.h b/project/Core/Inc/Project/project.h index a4b568b..da3590c 100644 --- a/project/Core/Inc/Project/project.h +++ b/project/Core/Inc/Project/project.h @@ -9,5 +9,6 @@ #define INC_PROJECT_H_ void project_run(); +void handle_input(char buffer[], uint8_t *state); #endif /* INC_PROJECT_H_ */ |
