From: Bdale Garbee Date: Wed, 26 Apr 2017 04:26:12 +0000 (-0600) Subject: telebt-v4.0: turn off pin remapping in the flash loader, too X-Git-Tag: 1.8~175 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=16f171350619b9d3da614625e27c092b144c3097 telebt-v4.0: turn off pin remapping in the flash loader, too --- diff --git a/src/telebt-v4.0/flash-loader/ao_pins.h b/src/telebt-v4.0/flash-loader/ao_pins.h index 4374b188..8f4d6f81 100644 --- a/src/telebt-v4.0/flash-loader/ao_pins.h +++ b/src/telebt-v4.0/flash-loader/ao_pins.h @@ -32,6 +32,6 @@ /* USB */ #define HAS_USB 1 #define AO_USB_DIRECTIO 0 -#define AO_PA11_PA12_RMP 1 +#define AO_PA11_PA12_RMP 0 #endif /* _AO_PINS_H_ */