From ab2b7214fec518979cc25b561d6a0ce116b8f92c Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Thu, 14 Mar 2024 08:12:52 +0100 Subject: [PATCH] fixes TGCP env --- env/{TGC5L => TGCP}/.gitignore | 0 env/{TGC5L => TGCP}/init.c | 0 env/{TGC5L => TGCP}/link.lds | 0 env/{TGC5L => TGCP}/platform.h | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename env/{TGC5L => TGCP}/.gitignore (100%) rename env/{TGC5L => TGCP}/init.c (100%) rename env/{TGC5L => TGCP}/link.lds (100%) rename env/{TGC5L => TGCP}/platform.h (100%) diff --git a/env/TGC5L/.gitignore b/env/TGCP/.gitignore similarity index 100% rename from env/TGC5L/.gitignore rename to env/TGCP/.gitignore diff --git a/env/TGC5L/init.c b/env/TGCP/init.c similarity index 100% rename from env/TGC5L/init.c rename to env/TGCP/init.c diff --git a/env/TGC5L/link.lds b/env/TGCP/link.lds similarity index 100% rename from env/TGC5L/link.lds rename to env/TGCP/link.lds diff --git a/env/TGC5L/platform.h b/env/TGCP/platform.h similarity index 100% rename from env/TGC5L/platform.h rename to env/TGCP/platform.h