guanjiao
2018-09-12 20a2aa293307cf9216d3deddb0e2e003e07068f9
源码/核心板/Src/ExternalDevices/led.c
@@ -7,7 +7,7 @@
   /* Enable GPIO clock */
    RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE);
    // Enable GPIO used for DW1000 wakeup
    // 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;