mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
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>
This commit is contained in:
parent
945a6d4828
commit
c7185739dc
@ -1,6 +1,8 @@
|
|||||||
%module javaupm_groveehr
|
%module javaupm_groveehr
|
||||||
%include "../upm.i"
|
%include "../upm.i"
|
||||||
|
|
||||||
|
%ignore beatISR;
|
||||||
|
|
||||||
%{
|
%{
|
||||||
#include "groveehr.h"
|
#include "groveehr.h"
|
||||||
%}
|
%}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
%module javaupm_grovewfs
|
%module javaupm_grovewfs
|
||||||
%include "../upm.i"
|
%include "../upm.i"
|
||||||
|
|
||||||
|
%ignore flowISR;
|
||||||
|
|
||||||
%{
|
%{
|
||||||
#include "grovewfs.h"
|
#include "grovewfs.h"
|
||||||
%}
|
%}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
%module javaupm_rotaryencoder
|
%module javaupm_rotaryencoder
|
||||||
%include "../upm.i"
|
%include "../upm.i"
|
||||||
|
|
||||||
|
%ignore signalAISR;
|
||||||
|
|
||||||
%{
|
%{
|
||||||
#include "rotaryencoder.h"
|
#include "rotaryencoder.h"
|
||||||
%}
|
%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user