Skip to content

Commit

Permalink
oops, re-include header to bring enumerators into scope
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Mar 18, 2024
1 parent 16e19f8 commit c79c60e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utility/RPi/interrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <pthread.h> // pthread_t
#include <stdexcept>
#include <linux/gpio.h> // GPIO_V2_LINE_FLAG_EDGE_***
#include "RF24_arch_config.h" // rf24_gpio_pin_t

#define INT_EDGE_FALLING GPIO_V2_LINE_FLAG_EDGE_FALLING
Expand Down

0 comments on commit c79c60e

Please sign in to comment.