mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +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
|
||||
%include "../upm.i"
|
||||
|
||||
%ignore beatISR;
|
||||
|
||||
%{
|
||||
#include "groveehr.h"
|
||||
%}
|
||||
|
@ -1,6 +1,8 @@
|
||||
%module javaupm_grovewfs
|
||||
%include "../upm.i"
|
||||
|
||||
%ignore flowISR;
|
||||
|
||||
%{
|
||||
#include "grovewfs.h"
|
||||
%}
|
||||
|
@ -1,6 +1,8 @@
|
||||
%module javaupm_rotaryencoder
|
||||
%include "../upm.i"
|
||||
|
||||
%ignore signalAISR;
|
||||
|
||||
%{
|
||||
#include "rotaryencoder.h"
|
||||
%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user