From: Keith Packard Date: Wed, 2 May 2018 06:36:16 +0000 (-0700) Subject: altos/stmf0: Change tests for AO_BOOT_CHAIN and AO_BOOT_PIN to #if X-Git-Tag: 1.8.6~1^2~75 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=772b5f1cb625fba1396a57b47498ef805ae1a9a8;hp=772b5f1cb625fba1396a57b47498ef805ae1a9a8 altos/stmf0: Change tests for AO_BOOT_CHAIN and AO_BOOT_PIN to #if Were #ifdef, which meant that #define AO_BOOT_PIN 0 didn't work right. Signed-off-by: Keith Packard ---