mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
New netcomms .so and headers.
CAN isn't fully working yet, but this change is necessary to compile for the v9 image. Change-Id: Ife99686a7e7a9979c95ec7a395d597011090fa37
This commit is contained in:
@@ -42,4 +42,7 @@ public:
|
||||
static const uint32_t kFakePressureSwitchChannel = 11;
|
||||
static const uint32_t kFakeSolenoid1Channel = 12;
|
||||
static const uint32_t kFakeSolenoid2Channel = 13;
|
||||
|
||||
/* CAN IDs */
|
||||
static const uint32_t kCANJaguarID = 1;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user