mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
SCRIPT Run java package replacements
This commit is contained in:
committed by
Peter Johnson
parent
12823a003d
commit
f0a3c64121
@@ -4,18 +4,18 @@
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
#include "edu_wpi_first_hal_SystemServerJNI.h"
|
||||
#include "org_wpilib_hardware_hal_SystemServerJNI.h"
|
||||
#include "hal/SystemServer.h"
|
||||
|
||||
extern "C" {
|
||||
|
||||
/*
|
||||
* Class: edu_wpi_first_hal_SystemServerJNI
|
||||
* Class: org_wpilib_hardware_hal_SystemServerJNI
|
||||
* Method: getSystemServerHandle
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL
|
||||
Java_edu_wpi_first_hal_SystemServerJNI_getSystemServerHandle
|
||||
Java_org_wpilib_hardware_hal_SystemServerJNI_getSystemServerHandle
|
||||
(JNIEnv*, jclass)
|
||||
{
|
||||
return HAL_GetSystemServerHandle();
|
||||
|
||||
Reference in New Issue
Block a user