[wpiutil] Rename struct constants to all caps

This commit is contained in:
Peter Johnson
2026-03-15 22:37:36 -07:00
parent c913b27a27
commit aa88fa0fcf
48 changed files with 286 additions and 288 deletions

View File

@@ -24,7 +24,7 @@ public record CustomStruct(int x) implements StructSerializable {
@Override
public int getSize() {
return kSizeInt32;
return INT32_SIZE;
}
@Override