Browse Source

Moved pyftdi to a submodule.

pyserial_fix
Scott Petersen 11 years ago
parent
commit
7b63a8ddc8
3 changed files with 5 additions and 1 deletions
  1. +3
    -0
      .gitmodules
  2. +1
    -0
      libs/pyftdi
  3. +1
    -1
      pyftdi

+ 3
- 0
.gitmodules View File

@@ -0,0 +1,3 @@
[submodule "libs/pyftdi"]
path = libs/pyftdi
url = git@git.corp.nutech.com:nutech/pyftdi

+ 1
- 0
libs/pyftdi

@@ -0,0 +1 @@
Subproject commit b1a341240b29750d6448ac452c611c09c238e5d6

+ 1
- 1
pyftdi View File

@@ -1 +1 @@
../pyftdi/pyftdi
libs/pyftdi/pyftdi/

Loading…
Cancel
Save