From 30c399af2ac63604e13755c46ccac0e2f4145c2c Mon Sep 17 00:00:00 2001 From: abp1g20 <abp1g20@soton.ac.uk> Date: Wed, 4 May 2022 15:19:39 +0000 Subject: [PATCH] Update temp_incomplete.c --- main_incomplete.c => temp_incomplete.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename main_incomplete.c => temp_incomplete.c (99%) diff --git a/main_incomplete.c b/temp_incomplete.c similarity index 99% rename from main_incomplete.c rename to temp_incomplete.c index b0715f3..04f8209 100644 --- a/main_incomplete.c +++ b/temp_incomplete.c @@ -59,4 +59,4 @@ int main() { sleep_ms(1000); //wait 1 sec } -} \ No newline at end of file +} -- GitLab