Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / src / drivers / ao_lcd.c
index 6def0c80518ec9ee2bd9579dcee04c97d403bea1..294361eb3b7e2ccad09a1172dba1df36da1f8fbe 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
@@ -19,7 +20,7 @@
 
 static uint16_t        ao_lcd_time = 3;
 
-static __xdata uint8_t ao_lcd_mutex;
+static uint8_t ao_lcd_mutex;
 
 static void
 ao_lcd_delay(void)