From 3e5944ef3516b8370de0a44e613df83598ee9f29 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Thu, 17 Sep 2020 14:04:25 +0200 Subject: [PATCH] move ENC28J60 to git --- .gitmodules | 3 +++ ENC28J60 | 1 + 2 files changed, 4 insertions(+) create mode 160000 ENC28J60 diff --git a/.gitmodules b/.gitmodules index 997bbb8..da6925e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,3 +67,6 @@ [submodule "Motorsteuerung"] path = Motorsteuerung url = https://git.blubbfish.net/Bastelleien/Motorsteuerung.git +[submodule "ENC28J60"] + path = ENC28J60 + url = https://git.blubbfish.net/Bastelleien/ENC28J60.git diff --git a/ENC28J60 b/ENC28J60 new file mode 160000 index 0000000..4c870c8 --- /dev/null +++ b/ENC28J60 @@ -0,0 +1 @@ +Subproject commit 4c870c8d210df9f298d04038d630236cc88eb923