mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
[hal,ntcore,cscore] Update Handle constants to all caps
This commit is contained in:
@@ -17,7 +17,7 @@ class MyTestClass {};
|
||||
namespace wpi::hal {
|
||||
TEST(HandleTest, ClassedHandle) {
|
||||
wpi::hal::IndexedClassedHandleResource<HAL_TestHandle, MyTestClass, 8,
|
||||
HAL_HandleEnum::Vendor>
|
||||
HAL_HandleEnum::VENDOR>
|
||||
testClass;
|
||||
int32_t status = 0;
|
||||
testClass.Allocate(0, std::make_unique<MyTestClass>(), &status);
|
||||
|
||||
Reference in New Issue
Block a user