Skip to content

Commit a7ad482

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 834d61b commit a7ad482

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
@@ -431,6 +431,7 @@ class DefaultFormFactor {
431431
*/
432432

433433
#if DEVICE_INTERRUPTIN
434+
#include "gpio_irq_api.h"
434435
struct GPIOIRQMaps {
435436
static const PinMap *maps[];
436437
static const char *const pin_type_names[];

0 commit comments

Comments
 (0)