X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdrivers%2Fao_lco_func.h;h=9d4a27ba3abfe949277dd9d75da1b37f4ce95590;hb=98ea690cc7514f43254f3a6c72668c11820f657c;hp=42754352e2b3a0b96edd5780d3d77bea094d6faf;hpb=55c1be449ef7ce389a3d94686051d272c858bee4;p=fw%2Faltos diff --git a/src/drivers/ao_lco_func.h b/src/drivers/ao_lco_func.h index 42754352..9d4a27ba 100644 --- a/src/drivers/ao_lco_func.h +++ b/src/drivers/ao_lco_func.h @@ -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 @@ -27,6 +28,6 @@ void ao_lco_arm(uint16_t box, uint8_t channels, uint16_t tick_offset); void -ao_lco_ignite(void); +ao_lco_ignite(uint8_t cmd); #endif /* _AO_LCO_FUNC_H_ */