From a589a429dd01a1e3f8a4fbb734c76994ea553260 Mon Sep 17 00:00:00 2001 From: fdai7225 Date: Fri, 3 Feb 2023 13:12:54 +0100 Subject: [PATCH] .h --- src/Umgebung.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Umgebung.h b/src/Umgebung.h index 8516f4b..992f01a 100644 --- a/src/Umgebung.h +++ b/src/Umgebung.h @@ -1,4 +1,4 @@ -#include "unity.h" +#include "unity.a" #define N 20 #ifndef UMGEBUNG_H #define UMGEBUNG_H @@ -9,6 +9,7 @@ void Score(int score); void Apfel(int realU[N][N]); void Umgebung(int str[N][N]); void delay(int ms); +void ASCI(); -#endif +#endif \ No newline at end of file