summaryrefslogtreecommitdiff
path: root/common/cmd_vfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_vfd.c')
-rw-r--r--common/cmd_vfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_vfd.c b/common/cmd_vfd.c
index d2c63d6e9c..49df56c9f0 100644
--- a/common/cmd_vfd.c
+++ b/common/cmd_vfd.c
@@ -72,7 +72,7 @@ int trab_vfd (ulong bitmap)
return 0;
case VFD_REMOTE_LOGO_BMPNR:
transfer_pic(1, &vfd_remote_logo_bitmap[0],
- VFD_TEST_LOGO_HEIGHT, VFD_TEST_LOGO_WIDTH);
+ VFD_REMOTE_LOGO_HEIGHT, VFD_REMOTE_LOGO_WIDTH);
return 0;
#endif
default: