mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
[hal] Set number of SmartIO and CAN buses (#7871)
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
namespace hal {
|
||||
|
||||
constexpr int32_t kNumCanBuses = 2;
|
||||
constexpr int32_t kNumSmartIo = 5;
|
||||
constexpr int32_t kNumCanBuses = 5;
|
||||
constexpr int32_t kNumSmartIo = 6;
|
||||
constexpr int32_t kNumAccumulators = 0;
|
||||
constexpr int32_t kNumAnalogInputs = 8;
|
||||
constexpr int32_t kNumAnalogOutputs = 0;
|
||||
|
||||
Reference in New Issue
Block a user