From ebf6e54d59dc06d974d3928691246e3213534d7e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 4 Jun 2011 17:59:48 -0700 Subject: src-avr: Add LCD driver for NHD-C0216CU-FN-GWB-3V display Initializes the Newhaven display and has a few simple commands to show some text. Signed-off-by: Keith Packard --- src/ao_flight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ao_flight.c') diff --git a/src/ao_flight.c b/src/ao_flight.c index 822a20b8..234e7255 100644 --- a/src/ao_flight.c +++ b/src/ao_flight.c @@ -102,7 +102,7 @@ ao_flight(void) { /* Set pad mode - we can fly! */ ao_flight_state = ao_flight_pad; -#if HAS_USB +#if HAS_USB && !HAS_USB_TEST /* Disable the USB controller in flight mode * to save power */ -- cgit v1.2.3