From 01a71e9ada1bb48796c1856282054897a067899f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Sun, 5 Jun 2011 07:52:56 +0200 Subject: fix function prefix missing in pyk8055 --- pyk8055/libk8055.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyk8055/libk8055.i b/pyk8055/libk8055.i index 7e35c9b..f788df3 100644 --- a/pyk8055/libk8055.i +++ b/pyk8055/libk8055.i @@ -128,7 +128,7 @@ class k8055: returns 0 if OK, Throws IOError if invalid board or not accessible """ - if _pyk8055.open_device(self.dev,BoardAddress) == K8055_ERROR: + if _pyk8055.k8055_open_device(self.dev,BoardAddress) == K8055_ERROR: raise IOError, "Could not open device" # print "Open OK " + str(self.dev) return 0 -- cgit v1.1-2-g2b99