diff hw.c @ 88:5fc6a25f40ef

Disable LCD init code since this board doesn't have it.
author Daniel O'Connor <darius@dons.net.au>
date Fri, 13 Mar 2015 11:36:41 +1030
parents 345a42f6151b
children
line wrap: on
line diff
--- a/hw.c	Fri Mar 13 11:36:26 2015 +1030
+++ b/hw.c	Fri Mar 13 11:36:41 2015 +1030
@@ -12,8 +12,10 @@
 void
 hw_init(void) {
     hw_port_cfg();
+#if 0
     lcd_init();
     lcd_setpwm(1000);
+#endif
 }
 
 static void