From f9ee67e85fd94555762cddc38888fcc68ec9e024 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Mon, 15 Dec 2025 09:54:11 -0800 Subject: [PATCH] [wpilib] Move motor controller .cpp files to mirror headers (#8484) --- .../cpp/{motorcontrol => hardware/motor}/MotorController.cpp | 0 .../cpp/{motorcontrol => hardware/motor}/PWMMotorController.cpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename wpilibc/src/main/native/cpp/{motorcontrol => hardware/motor}/MotorController.cpp (100%) rename wpilibc/src/main/native/cpp/{motorcontrol => hardware/motor}/PWMMotorController.cpp (100%) diff --git a/wpilibc/src/main/native/cpp/motorcontrol/MotorController.cpp b/wpilibc/src/main/native/cpp/hardware/motor/MotorController.cpp similarity index 100% rename from wpilibc/src/main/native/cpp/motorcontrol/MotorController.cpp rename to wpilibc/src/main/native/cpp/hardware/motor/MotorController.cpp diff --git a/wpilibc/src/main/native/cpp/motorcontrol/PWMMotorController.cpp b/wpilibc/src/main/native/cpp/hardware/motor/PWMMotorController.cpp similarity index 100% rename from wpilibc/src/main/native/cpp/motorcontrol/PWMMotorController.cpp rename to wpilibc/src/main/native/cpp/hardware/motor/PWMMotorController.cpp