altos: Integrate telescience support
[fw/altos] / src / drivers / ao_companion.c
index 4c8f4269588769054a541535b5e939934f82aac7..2e587f8efd1fff3c9fd45741288d2b904fe56a6a 100644 (file)
@@ -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];