From 048fc9694c100715cdb4003522c8dacc227b5ace Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Fri, 4 Jan 2019 18:27:00 -0800 Subject: Split out txbuf and add unit test. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index c0dd4dd1d..2d9a88914 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "hw/mcu/microchip/samd/asf4"] path = hw/mcu/microchip/samd/asf4 url = https://github.com/adafruit/asf4.git +[submodule "tests/vendor/unity"] + path = tests/vendor/unity + url = https://github.com/ThrowTheSwitch/Unity.git -- cgit v1.3.1