X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fproduct%2Fao_telemetrum.c;h=1266fee74f2f59706120b0541b9fecb23738f375;hb=23075d174d2bff8ff3f3deef3c3d90b83da6bd2e;hp=221498d6aa19305cfb697d3699198d042590c56e;hpb=4551be8b03a795ece94fd303a1f556c63c0a0096;p=fw%2Faltos diff --git a/src/product/ao_telemetrum.c b/src/product/ao_telemetrum.c index 221498d6..1266fee7 100644 --- a/src/product/ao_telemetrum.c +++ b/src/product/ao_telemetrum.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 @@ -59,7 +60,7 @@ main(void) ao_gps_report_init(); ao_telemetry_init(); ao_radio_init(); - ao_packet_slave_init(FALSE); + ao_packet_slave_init(false); ao_igniter_init(); #if HAS_DBG ao_dbg_init();