* Add support for USB Mass Storage Devices (BBB)
(tested with USB memory sticks only)
* Avoid flicker on TRAB's VFD
diff --git a/drivers/sk98lin/skgehwt.c b/drivers/sk98lin/skgehwt.c
index 8996b7f..10c366d 100644
--- a/drivers/sk98lin/skgehwt.c
+++ b/drivers/sk98lin/skgehwt.c
@@ -73,6 +73,10 @@
******************************************************************************/
+#include <config.h>
+
+#ifdef CONFIG_SK98
+
/*
Event queue and dispatcher
*/
@@ -211,4 +215,6 @@
SkTimerDone(pAC,Ioc) ;
}
+#endif /* CONFIG_SK98 */
+
/* End of file */