diff options
author | tmk <nobody@nowhere> | 2014-04-25 12:52:47 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-04-25 13:39:35 +0900 |
commit | fc3a20c534c370944b7471adc60b8982d586d69c (patch) | |
tree | e2c5e1bab9571c366ed74b2e524ada3fb076a8c0 /.gitmodules | |
parent | ad4cba172b2eea37697ca531016c4c3b4defaeb7 (diff) |
Add LUFA git repository(release 140302)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3e34a635c7..17a20decb7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +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 |