From 224a1e01bacb7db0076129906ed58e1c785e1b14 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 2 Sep 2013 23:08:34 -0600 Subject: [PATCH] altos: Not all products have pins to control flash loader TeleGPS has no exposed pins for this function Signed-off-by: Keith Packard --- src/product/ao_flash_pins.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/product/ao_flash_pins.h b/src/product/ao_flash_pins.h index 439ba75c..dd67d820 100644 --- a/src/product/ao_flash_pins.h +++ b/src/product/ao_flash_pins.h @@ -35,7 +35,6 @@ #define HAS_VERSION 0 #define AO_BOOT_CHAIN 1 -#define AO_BOOT_PIN 1 #define IS_FLASH_LOADER 1 -- 2.30.2