[wpiutil,hal] Update image; init Rio Now() HMB with a FPGA session (#6016)

This commit is contained in:
Thad House
2023-12-08 23:22:59 -08:00
committed by GitHub
parent 7d4e515a6b
commit 54a55b8b53
9 changed files with 177 additions and 78 deletions

View File

@@ -10,7 +10,7 @@
#include "ntcore.h"
int main(int argc, char** argv) {
wpi::impl::SetupNowRio();
wpi::impl::SetupNowDefaultOnRio();
nt::AddLogger(nt::GetDefaultInstance(), 0, UINT_MAX, [](auto& event) {
if (auto msg = event.GetLogMessage()) {
std::fputs(msg->message.c_str(), stderr);