Skip to content

Commit 14ccbf6

Browse files
committed
Another Usage Reporting Update...
1 parent 1d64efb commit 14ccbf6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ext.addTaskToCopyAllOutputs = { task ->
2929
copyAllOutputs.from task.archivePath
3030
}
3131

32-
def pubVersion = '2019.9.2'
32+
def pubVersion = '2019.9.3'
3333

3434
def baseArtifactId = 'chipobject'
3535
def artifactGroupId = 'edu.wpi.first.ni-libraries'

src/include/FRC_NetworkCommunication/UsageReporting.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ namespace nUsageReporting
102102
kResourceType_CAN,
103103
kResourceType_DigilentDMC60, // 80
104104
kResourceType_PWMVictorSPX,
105-
kResourceType_RevSparkMax,
105+
kResourceType_RevSparkMaxPWM,
106+
kResourceType_RevSparkMaxCAN,
106107
} tResourceType;
107108

108109
typedef enum

0 commit comments

Comments
 (0)