zhyinch
2019-06-08 e5f73b1e954eb54e0af326b3a5aee5fab719f0ce
源码/核心板/Src/ExternalDevices/led.c
@@ -7,7 +7,6 @@
   /* Enable GPIO clock */
    RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE);
    // Enable GPIO used for LED flash
    GPIO_InitStructure.GPIO_Pin = LED0_PIN;
    GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP;
    GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;