altos/teleterra_0_2: Initialize LCD driver
authorKeith Packard <keithp@keithp.com>
Sun, 23 Oct 2011 19:51:05 +0000 (12:51 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 23 Oct 2011 19:51:05 +0000 (12:51 -0700)
Initialize the LCD for testing.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/product/ao_teleterra_0_2.c

index a6c10158398677fa8880779ea4c8e51cbf0d89e3..4019469b19853bd2d8e6ee05e0da64f7979f7c01 100644 (file)
@@ -32,5 +32,6 @@ main(void)
        ao_monitor_init(0, TRUE);
        ao_radio_init();
        ao_config_init();
+       ao_lcd_init();
        ao_start_scheduler();
 }