diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-27 14:14:14 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-27 14:14:14 -0500 |
commit | 61344915dfdd01101d086b79b56109a9942cbf1a (patch) | |
tree | a56b3824df2b4754bfaed66b5e579cac48ee83e5 /.gitmodules | |
parent | e6d46d95d3165ae944c1b235b94002a09a83fde9 (diff) |
Add canutil dependency for bit field manipulation.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..6114ce5e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "deps/canutil"] + path = deps/canutil + url = https://github.com/openxc/canutil |