zhyinch
2021-03-17 a6d3ecc9ed8f7860a44f7ea0382acc3469ea3bd6
源码/核心板/Src/ExternalDevices/led.c
@@ -6,9 +6,8 @@
      
   /* Enable GPIO clock */
    RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE);
    // Enable GPIO used for LED flash
    GPIO_InitStructure.GPIO_Pin = LED0_PIN;
     GPIO_InitStructure.GPIO_Pin = LED0_PIN;
    GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP;
    GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;
    GPIO_Init(LED0_GPIO, &GPIO_InitStructure);