[hal] Commit generated usage reporting files (#5993)

This commit is contained in:
Gold856
2023-12-03 18:53:24 -05:00
committed by GitHub
parent a583ca01e1
commit 890992a849
10 changed files with 473 additions and 107 deletions

View File

@@ -1,6 +1,8 @@
/*
* Autogenerated file! Do not manually edit this file.
*/
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
// THIS FILE WAS AUTO-GENERATED BY ./hal/generate_usage_reporting.py. DO NOT MODIFY
package edu.wpi.first.hal;
@@ -15,7 +17,6 @@ public class FRCNetComm {
public static final class tResourceType {
private tResourceType() {
}
${usage_reporting_types}
}
@@ -26,7 +27,6 @@ ${usage_reporting_types}
public static final class tInstances {
private tInstances() {
}
${usage_reporting_instances}
}
}