aboutsummaryrefslogtreecommitdiffstats
path: root/drv_IRLCD.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_IRLCD.c')
-rw-r--r--drv_IRLCD.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_IRLCD.c b/drv_IRLCD.c
index 3f610fb..ef59e07 100644
--- a/drv_IRLCD.c
+++ b/drv_IRLCD.c
@@ -297,7 +297,7 @@ static int drv_IRLCD_start(const char *section)
/* list models */
int drv_IRLCD_list(void)
{
- printf("generic");
+ printf("USBtiny LCD controller");
return 0;
}