mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
HAND FIX - Fixup pregen files
This commit is contained in:
committed by
Peter Johnson
parent
6b69aab44e
commit
e0320a942a
@@ -353,7 +353,7 @@ def generate_units(output_directory: Path, template_directory: Path):
|
||||
)
|
||||
|
||||
interfaceTemplate = env.get_template("Measure-implementation.java.jinja")
|
||||
rootPath = output_directory / "main/java/edu/wpi/first/units"
|
||||
rootPath = output_directory / "main/java/org/wpilib/units"
|
||||
|
||||
helpers = {
|
||||
"type_decl": type_decl,
|
||||
|
||||
Reference in New Issue
Block a user