Switch from GPLv2 to GPLv2+
[fw/altos] / src / drivers / ao_lco_cmd.c
index 9c35b3240e92e651dbbc51502046cc6e6a137274..dcc0c6d011c64986c7234976ce4b5be46ea4de4b 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
@@ -62,7 +63,7 @@ lco_arm(void)
 static void
 lco_ignite(void)
 {
-       ao_lco_ignite(lco_box, lco_channels, tick_offset);
+       ao_lco_ignite();
 }
 
 static void
@@ -119,7 +120,6 @@ lco_report_cmd(void) __reentrant
 static void
 lco_fire_cmd(void) __reentrant
 {
-       static __xdata struct ao_pad_command    command;
        uint8_t         secs;
        uint8_t         i;
        int8_t          r;