From b9f82c8077f0471ac8660c22361d5f5783e365bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 17 Mar 2018 17:55:41 +0100 Subject: [PATCH] fix pb2 claimed on f072 as boot1 when boot1 is only a register flag on this chip --- platform/platform.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/platform/platform.c b/platform/platform.c index 9279445..24692bb 100644 --- a/platform/platform.c +++ b/platform/platform.c @@ -138,8 +138,6 @@ void plat_init_resources(void) // USB rv |= rsc_claim(&UNIT_SYSTEM, R_PA11); rv |= rsc_claim(&UNIT_SYSTEM, R_PA12); - // BOOT pin(s) - rv |= rsc_claim(&UNIT_SYSTEM, R_PB2); // BOOT1 } #elif defined(GEX_PLAT_F303_DISCOVERY) // Platform STM32F303VCT