mirror of
https://github.com/eclipse/upm.git
synced 2025-03-17 22:17:28 +03:00
10 lines
123 B
OpenEdge ABL
10 lines
123 B
OpenEdge ABL
%module jsupm_rf22
|
|
%include "../upm.i"
|
|
%include "../carrays_uint8_t.i"
|
|
|
|
%{
|
|
#include "rf22.hpp"
|
|
%}
|
|
|
|
%include "rf22.hpp"
|