JNI for test coverage #3965
This commit is contained in:
parent
6dca5bfcc4
commit
19c034db51
|
@ -43,3 +43,8 @@ JNIEXPORT void JNICALL Java_com_rusefi_native_1_EngineLogic_setSensor
|
|||
|
||||
env->ReleaseStringUTFChars(sensorName, sensorNameNative);
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL Java_com_rusefi_native_1_EngineLogic_invokePeriodicCallback
|
||||
(JNIEnv *, jobject) {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue