Skip to content

Commit

Permalink
Update wpiutil/src/main/native/cpp/timestamp.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Veness <calcmogul@gmail.com>
  • Loading branch information
PeterJohnson and calcmogul authored Nov 29, 2023
1 parent 3cd3489 commit 219edcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpiutil/src/main/native/cpp/timestamp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ uint64_t wpi::Now() {
// Same code as HAL_GetFPGATime()
if (!hmbInitialized.test()) {
fmt::print(stderr,
"FPGA not yet configured in wpi::Now(). Time will not be correct\n");
"FPGA not yet configured in wpi::Now(). Time will not be correct.\n");
std::fflush(stderr);
return 1;
}
Expand Down

0 comments on commit 219edcb

Please sign in to comment.