mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Removes CAN.h from the HAL (#556)
I can't find where the actual code is implemented, and I get errors if I try to link or compile to any of its functions. Even CANJaguar doesn't use them, nor did the old impl of CANTalon. Plus looking at the API it makes no sense anyway, since it doesn't do any buffers , so I think its worth it to remove it. Removes CAN.h from the JNI header
This commit is contained in:
committed by
Peter Johnson
parent
98a587a347
commit
d472af3517
@@ -9,7 +9,6 @@
|
||||
#include <jni.h>
|
||||
|
||||
#include "FRC_NetworkCommunication/CANSessionMux.h"
|
||||
#include "HAL/CAN.h"
|
||||
#include "HAL/cpp/Log.h"
|
||||
#include "HALUtil.h"
|
||||
#include "edu_wpi_first_wpilibj_can_CANJNI.h"
|
||||
|
||||
Reference in New Issue
Block a user