From 14d77a77df0a0980ac50f01ef7a55bd217ab109f Mon Sep 17 00:00:00 2001 From: fruchti Date: Sun, 4 Apr 2021 20:23:13 +0200 Subject: [PATCH] Move test point to PA10 --- stm32f103c8t6-bootloader/build_number.txt | 2 +- stm32f103c8t6-bootloader/src/pinning.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stm32f103c8t6-bootloader/build_number.txt b/stm32f103c8t6-bootloader/build_number.txt index ce9cd49..c8eb588 100644 --- a/stm32f103c8t6-bootloader/build_number.txt +++ b/stm32f103c8t6-bootloader/build_number.txt @@ -1 +1 @@ -437 +438 diff --git a/stm32f103c8t6-bootloader/src/pinning.h b/stm32f103c8t6-bootloader/src/pinning.h index 441d9b3..b7208aa 100644 --- a/stm32f103c8t6-bootloader/src/pinning.h +++ b/stm32f103c8t6-bootloader/src/pinning.h @@ -1,6 +1,6 @@ #pragma once // Port A -#define PIN_TEST_POINT 8 // PA8 +#define PIN_TEST_POINT 10 // PA10 #define PIN_USB_DM 11 // PA11 - USB_DM #define PIN_USB_DP 12 // PA12 - USB_DP