HAND FIX - Fixup pregen files

This commit is contained in:
PJ Reiniger
2025-11-07 19:56:21 -05:00
committed by Peter Johnson
parent 6b69aab44e
commit e0320a942a
27 changed files with 67 additions and 65 deletions

View File

@@ -8,7 +8,7 @@
{%- endmacro %}
package org.wpilib.simulation;
import org.wpilib.{{ ConsoleName }}Controller;
import org.wpilib.driverstation.{{ ConsoleName }}Controller;
/** Class to control a simulated {{ ConsoleName }} controller. */
public class {{ ConsoleName }}ControllerSim extends GenericHIDSim {