diff options
| author | Keith Packard <keithp@keithp.com> | 2011-10-23 12:51:05 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-10-23 12:51:05 -0700 | 
| commit | 07d4477b2e8477e96a2f155a25f95e14a9a47efa (patch) | |
| tree | ed04ca0be2e9b8d47c7ba879aada4d51e931b6c8 | |
| parent | 85b259c5bba7edbd2a79471bb1104bcf3904d536 (diff) | |
altos/teleterra_0_2: Initialize LCD driver
Initialize the LCD for testing.
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | src/product/ao_teleterra_0_2.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/product/ao_teleterra_0_2.c b/src/product/ao_teleterra_0_2.c index a6c10158..4019469b 100644 --- a/src/product/ao_teleterra_0_2.c +++ b/src/product/ao_teleterra_0_2.c @@ -32,5 +32,6 @@ main(void)  	ao_monitor_init(0, TRUE);  	ao_radio_init();  	ao_config_init(); +	ao_lcd_init();  	ao_start_scheduler();  } | 
