From d7cb677abb85005a6442d0ea5f7c3b5cc18244a7 Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Sat, 27 Feb 2016 17:20:29 +0000 Subject: [PATCH] Update constants.i --- constants.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.i b/constants.i index f040779..47224d2 100644 --- a/constants.i +++ b/constants.i @@ -36,4 +36,4 @@ %constant int INT_EDGE_SETUP = 0; %constant int INT_EDGE_FALLING = 1; %constant int INT_EDGE_RISING = 2; -%constant int INT_EDGE_BOTH = 3 +%constant int INT_EDGE_BOTH = 3;