From 16a5f149b48dd50b3a23f35e02fe15d53b992634 Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Mon, 21 Jul 2014 13:57:59 +0200 Subject: [PATCH] Support for uint8_t in swig wrapper. --- brmdoor_nfc.i | 1 + 1 file changed, 1 insertion(+) diff --git a/brmdoor_nfc.i b/brmdoor_nfc.i index 98b8c4a..26cf9e4 100644 --- a/brmdoor_nfc.i +++ b/brmdoor_nfc.i @@ -7,6 +7,7 @@ %include std_string.i %include std_except.i +%include stdint.i %include "brmdoor_nfc.h"