aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv.c')
-rw-r--r--drv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drv.c b/drv.c
index ddabf90..cc854f1 100644
--- a/drv.c
+++ b/drv.c
@@ -78,6 +78,7 @@ extern DRIVER drv_RouterBoard;
extern DRIVER drv_Sample;
extern DRIVER drv_st2205;
extern DRIVER drv_serdisplib;
+extern DRIVER drv_ShuttleVFD;
extern DRIVER drv_SimpleLCD;
extern DRIVER drv_T6963;
extern DRIVER drv_Trefon;
@@ -185,6 +186,9 @@ DRIVER *Driver[] = {
#ifdef WITH_ST2205
&drv_st2205,
#endif
+#ifdef WITH_SHUTTLEVFD
+ &drv_ShuttleVFD,
+#endif
#ifdef WITH_SERDISPLIB
&drv_serdisplib,
#endif