aboutsummaryrefslogtreecommitdiffstats
path: root/drv_GLCD2USB.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_GLCD2USB.c')
-rw-r--r--drv_GLCD2USB.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_GLCD2USB.c b/drv_GLCD2USB.c
index eb58ea4..e597159 100644
--- a/drv_GLCD2USB.c
+++ b/drv_GLCD2USB.c
@@ -523,7 +523,7 @@ static int drv_GLCD2USB_start(const char *section)
/* list models */
int drv_GLCD2USB_list(void)
{
- printf("generic");
+ printf("GLCD2USB homebrew USB interface for graphic displays");
return 0;
}