diff options
author | Camil Staps | 2016-08-26 16:51:17 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-26 16:51:17 +0200 |
commit | 687f1b3c2911090682ad02dff0e18688b8735e57 (patch) | |
tree | d7d4a4c8f445412f00bbbb3def094aab34e7cb8b /.gitmodules | |
parent | LCD working; simple test (diff) |
Added fuspel
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c9f056f..b532b3e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "firmware/t6963c"] path = firmware/t6963c url = https://github.com/camilstaps/T6963C_PIC +[submodule "firmware/fuspel"] + path = firmware/fuspel + url = https://github.com/camilstaps/fuspel.git |