aboutsummaryrefslogtreecommitdiff
path: root/src/Hello.h
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-25 13:06:15 +0200
committerAdam <adammegarules1@gmail.com>2026-07-25 13:06:15 +0200
commit74c7fa36b2d979275325604fadf4b708a6b9f8c1 (patch)
tree8e7d5f911a7b1711b45f9d5091f6ab87e2ba6aaa /src/Hello.h
parentc23cde78f3f6d7e50d3850bcaa8c6d536680bf42 (diff)
adding print board
Diffstat (limited to 'src/Hello.h')
-rw-r--r--src/Hello.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Hello.h b/src/Hello.h
deleted file mode 100644
index 1ec1f96..0000000
--- a/src/Hello.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef SRC_HELLO_H_
-#define SRC_HELLO_H_
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-void printMessage(const char* message);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* SRC_HELLO_H_ */