X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fchaoskey-v1.0%2Fao_chaoskey.c;h=1165e4540fbe5e445a1e7aa32ef54681d76ae262;hb=b1f1a4513391aa595eb64552f2aa4cfedd0cc0ff;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..1165e454 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,6 +20,7 @@ #include #include #include +#include void main(void) { @@ -29,6 +31,7 @@ void main(void) ao_dma_init(); ao_adc_init(); ao_crc_init(); + ao_flash_readout_init(); ao_usb_init();