We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b754ecb commit ec456b9Copy full SHA for ec456b9
1 file changed
targets/MK22F51212/src/hardware_init_K22F512.c
@@ -138,6 +138,7 @@ uint32_t get_uart_clock(uint32_t instance)
138
139
bool is_boot_pin_asserted(void)
140
{
141
+ return false;
142
#ifdef BL_TARGET_FLASH
143
// Initialize boot pin for GPIO
144
BOOT_PIN_PORT->PCR[BOOT_PIN_NUMBER] |= PORT_PCR_MUX(BOOT_PIN_ALT_MODE);
0 commit comments