From e28b4da3cf2042695e0c0a99b9448eb3a548e0f5 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 13 Feb 2017 22:23:06 +0000 Subject: Added bitfield-c library Change-Id: Ied7e4819b2568205f0790751d5b753e321275990 Signed-off-by: Romain Forlot --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 564beef..ba6895e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,7 @@ [submodule "libs/uds-c"] path = libs/uds-c url = git@github.com:openxc/uds-c.git + url = git@github.com:nanopb/nanopb.git +[submodule "libs/bitfield-c"] + path = libs/bitfield-c + url = git@github.com:openxc/bitfield-c.git -- cgit 1.2.3-korg