From 74c7fa36b2d979275325604fadf4b708a6b9f8c1 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 25 Jul 2026 13:06:15 +0200 Subject: adding print board --- src/Hello.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/Hello.h (limited to 'src/Hello.h') 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_ */ -- cgit v1.2.3