Skip to content

Commit

Permalink
Switch to wpi::array
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Oct 10, 2024
1 parent 49e6f84 commit a915726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpimath/src/test/native/cpp/TimeTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void ProcessDurations(const wpi::array<units::nanosecond_t, N>& durations,

wpi::print("{}Last 10: {}\n", prefix, buffer);

std::array<units::nanosecond_t, N> sorted{durations};
wpi::array<units::nanosecond_t, N> sorted{durations};

[[ maybe_unused ]] auto foo = sorted[0];
}
Expand Down

0 comments on commit a915726

Please sign in to comment.