diff --git a/src/upm.i b/src/upm.i index 5b20d26b..5dbc81dc 100644 --- a/src/upm.i +++ b/src/upm.i @@ -5,6 +5,7 @@ %apply int { speed_t }; %apply int { mraa_result_t }; %apply int { mraa::Result }; +%apply int { upm_result_t }; #if (SWIG_JAVASCRIPT_V8) %{