diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-02-02 13:12:31 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-02-02 13:12:31 +0100 |
commit | d4ba520fd32eea9109a4f76e66674b35ec45e8c0 (patch) | |
tree | cc8bc204f51bb42046259202698b47105d069498 /.gitmodules | |
parent | 518db760e2dbcfd0bf71ff3123e10f8a5d9140f8 (diff) | |
download | turris-lcd-example-d4ba520fd32eea9109a4f76e66674b35ec45e8c0.tar.gz turris-lcd-example-d4ba520fd32eea9109a4f76e66674b35ec45e8c0.tar.bz2 turris-lcd-example-d4ba520fd32eea9109a4f76e66674b35ec45e8c0.zip |
Compile liblcd directly
Makefile in liblcd makes more problems than solves. I am just ignoring
it.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 8f42eb3..18f6fa6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "liblcd"] - path = liblcd + path = src/liblcd url = https://github.com/Cynerd/liquidcrystal-i2c.git |