diff options
| author | Keith Packard <keithp@keithp.com> | 2011-08-26 15:02:43 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-08-26 20:56:25 -0700 | 
| commit | c32893ce79835a8f861d6ef414644c2ff9769ff6 (patch) | |
| tree | a6fd36123685f6880d35612782ddff2ed2d9b18c /src/drivers/ao_companion.c | |
| parent | 8125acc030574afed6f23aa8aa302d9c768bb04e (diff) | |
altos: Integrate telescience support
Adds a few drivers including an LCD driver
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_companion.c')
| -rw-r--r-- | src/drivers/ao_companion.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_companion.c b/src/drivers/ao_companion.c index 4c8f4269..2e587f8e 100644 --- a/src/drivers/ao_companion.c +++ b/src/drivers/ao_companion.c @@ -30,7 +30,7 @@  #define COMPANION_SELECT()	do { ao_spi_get_bit(COMPANION_CS); ao_spi_slow(); } while (0)  #define COMPANION_DESELECT()	do { ao_spi_fast(); ao_spi_put_bit(COMPANION_CS); } while (0) -static __xdata struct ao_companion_command	ao_companion_command; +__xdata struct ao_companion_command		ao_companion_command;  __xdata struct ao_companion_setup		ao_companion_setup;  __xdata uint16_t	ao_companion_data[AO_COMPANION_MAX_CHANNELS];  | 
