Double declaration if PINX6_BOTH_EDGE corrected

master
Kerem Yollu 2 years ago
parent e3c1298f55
commit 67d67dbfef

@ -48,7 +48,6 @@ typedef enum {
PINX6_RISING_EDGE,
PINX6_FALLING_EDGE,
PINX6_BOTH_EDGE,
PINX6_BOTH_EDGE,
PINX7_RISING_EDGE,
PINX7_FALLING_EDGE,
PINX7_BOTH_EDGE,

@ -205,6 +205,3 @@ void pinThrowError(pinErrors_t error)
{
while(1);
}

@ -31,6 +31,7 @@ extern "C" {
#include <stdint.h>
// include the target device definitions -> CMAKE chooses the correct file
#include "hwd_pin.h"
#include "interrupt.h"
#ifdef RASPBERRY
#endif

Loading…
Cancel
Save