mirror of https://github.com/ARMmbed/mbed-os.git
Test: FPGA shield: Fix GPIO-IRQ test_utils.h
Include the gpio_irq_api header to fix build failures.pull/11074/head
parent
5e17eddf12
commit
5ee22d0c24
|
@ -441,6 +441,7 @@ const char *const GPIOMaps::name = "GPIO";
|
||||||
typedef Port<1, GPIOMaps, DefaultFormFactor, TF1> GPIOPort;
|
typedef Port<1, GPIOMaps, DefaultFormFactor, TF1> GPIOPort;
|
||||||
|
|
||||||
#if DEVICE_INTERRUPTIN
|
#if DEVICE_INTERRUPTIN
|
||||||
|
#include "gpio_irq_api.h"
|
||||||
struct GPIOIRQMaps {
|
struct GPIOIRQMaps {
|
||||||
static const PinMap *maps[];
|
static const PinMap *maps[];
|
||||||
static const char *const pin_type_names[];
|
static const char *const pin_type_names[];
|
||||||
|
|
Loading…
Reference in New Issue