upm/src/groveehr/javaupm_groveehr.i
Stefan Andritoiu c7185739dc java: ignored Interrupt Service Routines, that are installed by start/constructor methods, and cannot be changed
Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2015-09-04 13:49:13 -07:00

11 lines
119 B
OpenEdge ABL

%module javaupm_groveehr
%include "../upm.i"
%ignore beatISR;
%{
#include "groveehr.h"
%}
%include "groveehr.h"