diff options
| author | Bdale Garbee <bdale@gag.com> | 2017-12-21 19:05:46 -0700 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2017-12-21 19:05:46 -0700 | 
| commit | dbb78c8222c45f4430601deee0194b0c9dc2e79a (patch) | |
| tree | 6805b815727c58ad6c01f9163e42ab3177ee56d5 /src/easymini-v2.0/flash-loader/ao_pins.h | |
| parent | fe38c22595b050435dbacd35f1baae064fb7de75 (diff) | |
| parent | 87aab99521dc44d1d29fbb0b7f227f868f074836 (diff) | |
Merge branch 'master' into branch-1.8
Diffstat (limited to 'src/easymini-v2.0/flash-loader/ao_pins.h')
| -rw-r--r-- | src/easymini-v2.0/flash-loader/ao_pins.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/easymini-v2.0/flash-loader/ao_pins.h b/src/easymini-v2.0/flash-loader/ao_pins.h index 3098fc22..9cba43e5 100644 --- a/src/easymini-v2.0/flash-loader/ao_pins.h +++ b/src/easymini-v2.0/flash-loader/ao_pins.h @@ -21,11 +21,11 @@  #include <ao_flash_stm_pins.h> -/* pin 5 (PB1) on debug header to gnd for boot mode */ +/* pin 27 (PB6) on debug header to gnd for boot mode */  #define AO_BOOT_PIN			1  #define AO_BOOT_APPLICATION_GPIO	stm_gpiob -#define AO_BOOT_APPLICATION_PIN		1 +#define AO_BOOT_APPLICATION_PIN		6  #define AO_BOOT_APPLICATION_VALUE	1  #define AO_BOOT_APPLICATION_MODE	AO_EXTI_MODE_PULL_UP  | 
