From 422eb406934fe77a537d30d645271494597a736d Mon Sep 17 00:00:00 2001 From: Marcus10110 Date: Mon, 26 Feb 2018 14:05:48 -0800 Subject: [PATCH] added LegacyAnalyzerSDK git submodule. Now testing if it properly targets the legacy branch... --- .gitmodules | 3 +++ LegacyAnalyzerSDK | 1 + 2 files changed, 4 insertions(+) create mode 160000 LegacyAnalyzerSDK diff --git a/.gitmodules b/.gitmodules index d9eab2f..d148baa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "AnalyzerSDK"] path = AnalyzerSDK url = https://github.com/saleae/AnalyzerSDK.git +[submodule "LegacyAnalyzerSDK"] + path = LegacyAnalyzerSDK + url = https://github.com/saleae/AnalyzerSDK.git diff --git a/LegacyAnalyzerSDK b/LegacyAnalyzerSDK new file mode 160000 index 0000000..160745b --- /dev/null +++ b/LegacyAnalyzerSDK @@ -0,0 +1 @@ +Subproject commit 160745b96be27868b5355f384fe797a5cbfa7913