first cut at turnon scripts for EasyTimer v2
[fw/altos] / src / drivers / ao_74hc165.c
index 143f4e3f91294367ae14835d7e54c2dc3bb1ef5a..b62e0134ce671e79b3b7c0ea214830834787c4d9 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -26,7 +27,7 @@
 uint8_t
 ao_74hc165_read(void)
 {
-       static __xdata state;
+       static state;
        ao_spi_get(AO_74HC165_SPI_BUS);
        ao_spi_set_speed(AO_74HC165_SPI_BUS, AO_SPI_SPEED_FAST);
        AO_74HC165_CS = 1;