mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[hal,ntcore,cscore] Update Handle constants to all caps
This commit is contained in:
@@ -31,7 +31,7 @@ void LoggerTest::Generate() {
|
||||
|
||||
// generate error message
|
||||
wpi::nt::Publish(wpi::nt::Handle(wpi::nt::Handle{m_inst}.GetInst(), 5,
|
||||
wpi::nt::Handle::kTopic),
|
||||
wpi::nt::Handle::TOPIC),
|
||||
NT_DOUBLE, "");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user