X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdrivers%2Fao_lcd.c;h=294361eb3b7e2ccad09a1172dba1df36da1f8fbe;hb=2de8922b505f0358a36933721fbddf6a9ef7e9a4;hp=6def0c80518ec9ee2bd9579dcee04c97d403bea1;hpb=0f7d7a4fbede63b51208bf051e08aa73dfbf35a0;p=fw%2Faltos diff --git a/src/drivers/ao_lcd.c b/src/drivers/ao_lcd.c index 6def0c80..294361eb 100644 --- a/src/drivers/ao_lcd.c +++ b/src/drivers/ao_lcd.c @@ -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)