Skip to content

Commit

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

0 comments on commit 2e28316

Please sign in to comment.