diff options
author | Jun Wako <wakojun@gmail.com> | 2014-12-11 01:00:32 +0900 |
---|---|---|
committer | Jun Wako <wakojun@gmail.com> | 2014-12-11 01:00:32 +0900 |
commit | b47450da9ffc1c296b3ba6ecd189fced0b7b8ed9 (patch) | |
tree | 75f6876b9fa3baedb4970c44bed726168bf7c149 /.gitmodules | |
parent | f6f698dda0a1cc9e92b75927b0273205402de9e2 (diff) | |
parent | 30864ea5e48c15796cc2e3e2ba4a9b50322d82a4 (diff) |
Merge branch 'usb_usb_hub'
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 17a20decb7..e21f449613 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "protocol/usb_hid/USB_Host_Shield_2.0"] - path = protocol/usb_hid/USB_Host_Shield_2.0 - url = git@github.com:tmk/USB_Host_Shield_2.0.git [submodule "protocol/lufa/LUFA-git"] path = protocol/lufa/LUFA-git url = https://github.com/abcminiuser/lufa.git +[submodule "protocol/usb_hid/USB_Host_Shield_2.0"] + path = protocol/usb_hid/USB_Host_Shield_2.0 + url = https://github.com/felis/USB_Host_Shield_2.0.git |