servo: update to use cmake macro for servo

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-06-12 11:44:17 +01:00
parent cea5816c43
commit 058c40e340
4 changed files with 12 additions and 19 deletions

8
src/servo/pyupm_servo.i Normal file
View File

@@ -0,0 +1,8 @@
%module pyupm_servo
%feature("autodoc", "3");
%include "es08a.h"
%{
#include "es08a.h"
%}