Skip to content

Commit 5ee22d0

Browse files
author
Filip Jagodzinski
committed
Test: FPGA shield: Fix GPIO-IRQ test_utils.h
Include the gpio_irq_api header to fix build failures.
1 parent 5e17edd commit 5ee22d0

File tree

1 file changed

+1
-0
lines changed
  • components/testing/COMPONENT_FPGA_CI_TEST_SHIELD

1 file changed

+1
-0
lines changed

components/testing/COMPONENT_FPGA_CI_TEST_SHIELD/test_utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ const char *const GPIOMaps::name = "GPIO";
441441
typedef Port<1, GPIOMaps, DefaultFormFactor, TF1> GPIOPort;
442442

443443
#if DEVICE_INTERRUPTIN
444+
#include "gpio_irq_api.h"
444445
struct GPIOIRQMaps {
445446
static const PinMap *maps[];
446447
static const char *const pin_type_names[];

0 commit comments

Comments
 (0)