diff options
| author | Scott Shawcroft <[email protected]> | 2019-01-04 18:27:00 -0800 |
|---|---|---|
| committer | Scott Shawcroft <[email protected]> | 2019-01-04 18:27:00 -0800 |
| commit | 048fc9694c100715cdb4003522c8dacc227b5ace (patch) | |
| tree | 95cb7db17d7f14df90039a35d22e65ee8bc3d211 /.gitmodules | |
| parent | a3173b8de48b37e802d4de45821d2efbf54b1652 (diff) | |
Split out txbuf and add unit test.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
