From 895257ee134fe49084d09bb0f8f32ab52d14fd55 Mon Sep 17 00:00:00 2001 From: kpetersn Date: Thu, 11 Apr 2019 14:39:55 -0500 Subject: [PATCH] Readded motorPI --- .gitmodules | 3 +++ modules/Makefile | 2 +- modules/motorPI | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 modules/motorPI diff --git a/.gitmodules b/.gitmodules index 9db46a41..76b30afe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,3 +73,6 @@ [submodule "modules/motorNPoint"] path = modules/motorNPoint url = https://github.com/epics-motor/motorNPoint.git +[submodule "modules/motorPI"] + path = modules/motorPI + url = https://github.com/epics-motor/motorPI.git diff --git a/modules/Makefile b/modules/Makefile index c1bc5e5f..ac4a5b2f 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -27,7 +27,7 @@ SUBMODULES += motorOmsAsyn SUBMODULES += motorOriel SUBMODULES += motorPhytron SUBMODULES += motorPiJena -SUBMODULES += motorPi +SUBMODULES += motorPI ifdef LUA SUBMODULES += motorScriptMotor endif diff --git a/modules/motorPI b/modules/motorPI new file mode 160000 index 00000000..b3e92dc4 --- /dev/null +++ b/modules/motorPI @@ -0,0 +1 @@ +Subproject commit b3e92dc45a1343b808d25942fd2e70c59feeae54