summaryrefslogtreecommitdiff
path: root/ucoo/intf/Module
diff options
context:
space:
mode:
authorNicolas Schodet2015-05-04 16:57:10 +0200
committerNicolas Schodet2019-10-07 00:44:50 +0200
commit7bd977afc2d1f833ca6adb10b742527df43d3370 (patch)
treefd44090542c766214a163c9505c1310aaa6025cd /ucoo/intf/Module
parente43de81bf8c58029521fd8eaeaa9c2b7cd638244 (diff)
ucoo/{intf,dev/lcd}: add text LCD support
Diffstat (limited to 'ucoo/intf/Module')
-rw-r--r--ucoo/intf/Module2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/intf/Module b/ucoo/intf/Module
index 7477f00..fb0aec1 100644
--- a/ucoo/intf/Module
+++ b/ucoo/intf/Module
@@ -1 +1 @@
-intf_SOURCES = stream.cc spi_master.cc
+intf_SOURCES = stream.cc spi_master.cc lcd.cc