From 8da1fd243e85aee222e60ffef1a83b14bca91fb2 Mon Sep 17 00:00:00 2001 From: fdai7225 Date: Mon, 6 Feb 2023 08:29:02 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderung=20zum=20Test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Umgebung.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umgebung.h b/src/Umgebung.h index 992f01a..36f97f0 100644 --- a/src/Umgebung.h +++ b/src/Umgebung.h @@ -1,4 +1,4 @@ -#include "unity.a" +#include "unity.h" #define N 20 #ifndef UMGEBUNG_H #define UMGEBUNG_H @@ -8,7 +8,7 @@ void RealU(int realU1[N][N]); void Score(int score); void Apfel(int realU[N][N]); void Umgebung(int str[N][N]); -void delay(int ms); +int delay(int ms); void ASCI();