From fba93a37f747af1b69c47400dc8ce19237dba3f0 Mon Sep 17 00:00:00 2001 From: Attila BODY Date: Sun, 29 Nov 2020 16:45:16 +0100 Subject: [PATCH] f4ll include folder symlink converted to real directory --- inc/f4ll | 1 - inc/{ => f4ll}/consolehandler.h | 0 inc/{ => f4ll}/crchandler.h | 0 inc/{ => f4ll}/dmahelper.h | 0 inc/{ => f4ll}/fault.h | 0 inc/{ => f4ll}/irqlock.h | 0 inc/{ => f4ll}/memcpydma.h | 0 inc/{ => f4ll}/packetusart.h | 0 inc/{ => f4ll}/strutil.h | 0 inc/{ => f4ll}/usartcore.h | 0 10 files changed, 1 deletion(-) delete mode 120000 inc/f4ll rename inc/{ => f4ll}/consolehandler.h (100%) rename inc/{ => f4ll}/crchandler.h (100%) rename inc/{ => f4ll}/dmahelper.h (100%) rename inc/{ => f4ll}/fault.h (100%) rename inc/{ => f4ll}/irqlock.h (100%) rename inc/{ => f4ll}/memcpydma.h (100%) rename inc/{ => f4ll}/packetusart.h (100%) rename inc/{ => f4ll}/strutil.h (100%) rename inc/{ => f4ll}/usartcore.h (100%) diff --git a/inc/f4ll b/inc/f4ll deleted file mode 120000 index 945c9b4..0000000 --- a/inc/f4ll +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file diff --git a/inc/consolehandler.h b/inc/f4ll/consolehandler.h similarity index 100% rename from inc/consolehandler.h rename to inc/f4ll/consolehandler.h diff --git a/inc/crchandler.h b/inc/f4ll/crchandler.h similarity index 100% rename from inc/crchandler.h rename to inc/f4ll/crchandler.h diff --git a/inc/dmahelper.h b/inc/f4ll/dmahelper.h similarity index 100% rename from inc/dmahelper.h rename to inc/f4ll/dmahelper.h diff --git a/inc/fault.h b/inc/f4ll/fault.h similarity index 100% rename from inc/fault.h rename to inc/f4ll/fault.h diff --git a/inc/irqlock.h b/inc/f4ll/irqlock.h similarity index 100% rename from inc/irqlock.h rename to inc/f4ll/irqlock.h diff --git a/inc/memcpydma.h b/inc/f4ll/memcpydma.h similarity index 100% rename from inc/memcpydma.h rename to inc/f4ll/memcpydma.h diff --git a/inc/packetusart.h b/inc/f4ll/packetusart.h similarity index 100% rename from inc/packetusart.h rename to inc/f4ll/packetusart.h diff --git a/inc/strutil.h b/inc/f4ll/strutil.h similarity index 100% rename from inc/strutil.h rename to inc/f4ll/strutil.h diff --git a/inc/usartcore.h b/inc/f4ll/usartcore.h similarity index 100% rename from inc/usartcore.h rename to inc/f4ll/usartcore.h