summaryrefslogtreecommitdiff
path: root/project/Core/Inc
diff options
context:
space:
mode:
Diffstat (limited to 'project/Core/Inc')
-rw-r--r--project/Core/Inc/Activities/activity5.h13
-rw-r--r--project/Core/Inc/Homework/printf.h1
2 files changed, 14 insertions, 0 deletions
diff --git a/project/Core/Inc/Activities/activity5.h b/project/Core/Inc/Activities/activity5.h
new file mode 100644
index 0000000..e74b3f0
--- /dev/null
+++ b/project/Core/Inc/Activities/activity5.h
@@ -0,0 +1,13 @@
+/*
+ * activity5.h
+ *
+ * Created on: Sep 23, 2025
+ * Author: sowgro
+ */
+
+#ifndef INC_ACTIVITIES_ACTIVITY5_H_
+#define INC_ACTIVITIES_ACTIVITY5_H_
+
+void run2();
+
+#endif /* INC_ACTIVITIES_ACTIVITY5_H_ */
diff --git a/project/Core/Inc/Homework/printf.h b/project/Core/Inc/Homework/printf.h
index 4772dfd..a31119a 100644
--- a/project/Core/Inc/Homework/printf.h
+++ b/project/Core/Inc/Homework/printf.h
@@ -8,6 +8,7 @@
#ifndef INC_ACTIVITIES_PRINTF_H_
#define INC_ACTIVITIES_PRINTF_H_
+int putchar(int value);
int printf(const char *format, ...);
int puts(const char *string);