diff options
author | Eric <emarsman@users.noreply.github.com> | 2016-03-17 11:45:28 -0400 |
---|---|---|
committer | Eric <emarsman@users.noreply.github.com> | 2016-03-17 11:45:28 -0400 |
commit | 10925cf17bd22d406f31892cfcb7264de4024431 (patch) | |
tree | c54accc5ae4ff0c3e8cdc80cf0d6d51c31ca2b5f /.gitmodules | |
parent | 07abdd1ed8c3eaf4565a55ec9fcb805f3b6607c8 (diff) | |
parent | 3fdb20368c293dce5c69911f7024183191f86da2 (diff) |
Merge pull request #27 from openxc/messagepackadditions
Prep for C5 SD & RTC support with Messagepackadditions
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index a03da7b3..5c591244 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ [submodule "libs/nanopb"] path = libs/nanopb - url = https://code.google.com/p/nanopb/ - ignore = dirty + url = https://github.com/nanopb/nanopb |