[wpiutil] Rename TimestampSource constants to all caps

This commit is contained in:
Peter Johnson
2026-03-15 22:31:46 -07:00
parent 9ce9918763
commit c913b27a27
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ public class RawFrame implements AutoCloseable {
private int m_stride;
private PixelFormat m_pixelFormat = PixelFormat.UNKNOWN;
private long m_time;
private TimestampSource m_timeSource = TimestampSource.kUnknown;
private TimestampSource m_timeSource = TimestampSource.UNKNOWN;
/** Construct a new empty RawFrame. */
public RawFrame() {