mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpiutil] Rename TimestampSource constants to all caps
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user