File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
include/FRC_NetworkCommunication Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ 2019_v12
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ext.addTaskToCopyAllOutputs = { task ->
2929 copyAllOutputs. from task. archivePath
3030}
3131
32- def pubVersion = ' 2019.9.3 '
32+ def pubVersion = ' 2019.12.1 '
3333
3434def baseArtifactId = ' chipobject'
3535def artifactGroupId = ' edu.wpi.first.ni-libraries'
@@ -70,6 +70,9 @@ task libZip(type: Zip) {
7070 from(' src/lib/chipobject' ) {
7171 into ' /linux/athena/shared/'
7272 }
73+ from (' RequiredVersion.txt' ) {
74+ into ' /'
75+ }
7376}
7477
7578task libZipDebug (type : Zip ) {
@@ -80,6 +83,9 @@ task libZipDebug(type: Zip) {
8083 from(' src/lib/chipobject' ) {
8184 into ' /linux/athena/shared/'
8285 }
86+ from (' RequiredVersion.txt' ) {
87+ into ' /'
88+ }
8389}
8490
8591task headersZip (type : Zip ) {
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ namespace nUsageReporting
104104 kResourceType_PWMVictorSPX ,
105105 kResourceType_RevSparkMaxPWM ,
106106 kResourceType_RevSparkMaxCAN ,
107+ kResourceType_ADIS16470 ,
107108 } tResourceType;
108109
109110 typedef enum
@@ -164,7 +165,7 @@ namespace nUsageReporting
164165
165166 /* *
166167 * Report the usage of a resource of interest.
167- *
168+ *
168169 * @param resource one of the values in the tResourceType above (max value 51).
169170 * @param instanceNumber an index that identifies the resource instance.
170171 * @param context an optional additional context number for some cases (such as module number). Set to 0 to omit.
You can’t perform that action at this time.
0 commit comments