aboutsummaryrefslogtreecommitdiffstats
path: root/drv_LEDMatrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_LEDMatrix.c')
-rw-r--r--drv_LEDMatrix.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drv_LEDMatrix.c b/drv_LEDMatrix.c
index 4020a6f..f4b31a8 100644
--- a/drv_LEDMatrix.c
+++ b/drv_LEDMatrix.c
@@ -1,5 +1,5 @@
-/* $Id: drv_LEDMatrix.c 776 2007-02-26 10:34:52Z michael $
- * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_LEDMatrix.c $
+/* $Id: drv_LEDMatrix.c 975 2009-01-18 11:16:20Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_LEDMatrix.c $
*
* LED matrix driver for LCD4Linux
* (see http://www.harbaum.org/till/ledmatrix for hardware)
@@ -252,6 +252,7 @@ static int drv_LEDMatrix_start(const char *section)
/* list models */
int drv_LEDMatrix_list(void)
{
+ printf("LEDMATRIX by Till Harbaum");
return 0;
}