diff options
Diffstat (limited to 'project/Core/Inc/Project/project.h')
| -rw-r--r-- | project/Core/Inc/Project/project.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/project/Core/Inc/Project/project.h b/project/Core/Inc/Project/project.h new file mode 100644 index 0000000..bf37141 --- /dev/null +++ b/project/Core/Inc/Project/project.h @@ -0,0 +1,13 @@ +/* + * project.h + * + * Created on: Jan 8, 2023 + * Author: bruce + */ + +#ifndef INC_PROJECT_H_ +#define INC_PROJECT_H_ + +void run_project (); + +#endif /* INC_PROJECT_H_ */ |
