mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[hal,ntcore,cscore] Update Handle constants to all caps
This commit is contained in:
@@ -15,6 +15,6 @@ struct Counter {
|
||||
};
|
||||
|
||||
extern LimitedHandleResource<HAL_CounterHandle, Counter, kNumCounters,
|
||||
HAL_HandleEnum::Counter>* counterHandles;
|
||||
HAL_HandleEnum::COUNTER>* counterHandles;
|
||||
|
||||
} // namespace wpi::hal
|
||||
|
||||
Reference in New Issue
Block a user