diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/lf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/lf.h b/include/lf.h index dcd38ed9f6e..27de5653db9 100644 --- a/include/lf.h +++ b/include/lf.h @@ -83,7 +83,6 @@ typedef struct { } while(0) #define lf_unpin(PINS, PIN) lf_pin(PINS, PIN, NULL) -#define lf_unpin(PINS, PIN) lf_pin(PINS, PIN, NULL) #define lf_assert_pin(PINS, PIN) assert((PINS)->pin[PIN] != 0) #define lf_assert_unpin(PINS, PIN) assert((PINS)->pin[PIN] == 0) |