mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
[hal] Various CAN fixes (#8043)
This commit is contained in:
@@ -67,7 +67,7 @@ jbyteArray SetCANReceiveMessageObject(JNIEnv* env, jobject canData,
|
||||
uint64_t timestamp);
|
||||
|
||||
jbyteArray SetCANStreamObject(JNIEnv* env, jobject canStreamData,
|
||||
int32_t length, uint32_t messageId,
|
||||
int32_t length, int32_t flags, uint32_t messageId,
|
||||
uint64_t timestamp);
|
||||
|
||||
jobject CreateHALValue(JNIEnv* env, const HAL_Value& value);
|
||||
|
||||
Reference in New Issue
Block a user