diff options
| author | hathach <[email protected]> | 2019-06-10 16:16:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-06-10 16:16:59 +0700 |
| commit | 579f468d388a35149a4fa5100d7701e9ac914dbe (patch) | |
| tree | c883f8c3f65c529c70c7d9294289599003f11658 | |
| parent | 481909e704ebbdacaab06c5a27d93e8ad7557f72 (diff) | |
remove unity as submodule
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | .gitmodules | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 6d306198d..e4a39ebdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -/.metadata html latex test_old diff --git a/.gitmodules b/.gitmodules index 2b3082756..f6793a6d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +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 [submodule "hw/mcu/st/stm32lib"] path = hw/mcu/st/stm32lib url = https://github.com/hathach/stm32lib.git |
