X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstmf0%2Fao_interrupt.c;h=0d6f61131c0532d87e4daac9a9dafd8a895d2320;hb=772b5f1cb625fba1396a57b47498ef805ae1a9a8;hp=fcd330f1b5aafc6620075ecfad98ad40a3be6aa6;hpb=312f303be7f2a641020903ed2daccb8a4d67ec42;p=fw%2Faltos diff --git a/src/stmf0/ao_interrupt.c b/src/stmf0/ao_interrupt.c index fcd330f1..0d6f6113 100644 --- a/src/stmf0/ao_interrupt.c +++ b/src/stmf0/ao_interrupt.c @@ -69,9 +69,9 @@ stm_flash_size(void) { void start(void) { -#ifdef AO_BOOT_CHAIN +#if AO_BOOT_CHAIN if (ao_boot_check_chain()) { -#ifdef AO_BOOT_PIN +#if AO_BOOT_PIN ao_boot_check_pin(); #endif }