build repair
This commit is contained in:
parent
42ed1440e0
commit
6f0c545e19
|
@ -8,14 +8,13 @@
|
|||
|
||||
#include "global.h"
|
||||
#include "efi_gpio.h"
|
||||
#include "usbconsole.h"
|
||||
|
||||
#ifndef EFI_PIN_ADC9
|
||||
#define EFI_PIN_ADC9 GPIOB_1
|
||||
#endif /* EFI_PIN_ADC9 */
|
||||
|
||||
|
||||
#if EFI_PROD_CODE
|
||||
#include "usbconsole.h"
|
||||
extern ioportid_t PORTS[];
|
||||
#if defined(STM32F4XX) || defined(STM32F7XX)
|
||||
ioportid_t PORTS[] = { GPIOA, GPIOB, GPIOC, GPIOD, GPIOE, GPIOF, GPIOG, GPIOH };
|
||||
|
|
Loading…
Reference in New Issue