X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fchaoskey-v1.0%2Fao_chaoskey.c;h=4488208d57e5f706192d20c1f89f36f282cb4491;hb=HEAD;hp=f887e601608ad0b2041fae98a6016681ac9b77b2;hpb=3a355d5c84e9d975897fa69a103952a1f1558947;p=fw%2Faltos diff --git a/src/chaoskey-v1.0/ao_chaoskey.c b/src/chaoskey-v1.0/ao_chaoskey.c index f887e601..4488208d 100644 --- a/src/chaoskey-v1.0/ao_chaoskey.c +++ b/src/chaoskey-v1.0/ao_chaoskey.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,16 +20,19 @@ #include #include #include +#include -void main(void) +int +main(void) { - ao_led_init(LEDS_AVAILABLE); + ao_led_init(); ao_clock_init(); ao_task_init(); ao_timer_init(); ao_dma_init(); ao_adc_init(); ao_crc_init(); + ao_flash_readout_init(); ao_usb_init();