Test: FPGA shield: Fix GPIO-IRQ test_utils.h

Include the gpio_irq_api header to fix build failures.
pull/11074/head
Filip Jagodzinski 2019-07-23 13:50:45 +02:00
parent 5e17eddf12
commit 5ee22d0c24
1 changed files with 1 additions and 0 deletions

View File

@ -441,6 +441,7 @@ const char *const GPIOMaps::name = "GPIO";
typedef Port<1, GPIOMaps, DefaultFormFactor, TF1> GPIOPort;
#if DEVICE_INTERRUPTIN
#include "gpio_irq_api.h"
struct GPIOIRQMaps {
static const PinMap *maps[];
static const char *const pin_type_names[];