From 947f5899160eae26f8d5a848fc17d9a06df774c4 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Mon, 3 Jan 2022 17:53:57 -0800 Subject: [PATCH] [wpilibc] Rename ADIS_16470_IMU.cpp to match class name (#3859) --- .../main/native/cpp/{ADIS_16470_IMU.cpp => ADIS16470_IMU.cpp} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename wpilibc/src/main/native/cpp/{ADIS_16470_IMU.cpp => ADIS16470_IMU.cpp} (99%) diff --git a/wpilibc/src/main/native/cpp/ADIS_16470_IMU.cpp b/wpilibc/src/main/native/cpp/ADIS16470_IMU.cpp similarity index 99% rename from wpilibc/src/main/native/cpp/ADIS_16470_IMU.cpp rename to wpilibc/src/main/native/cpp/ADIS16470_IMU.cpp index 8f2718b9bd..109a09d806 100644 --- a/wpilibc/src/main/native/cpp/ADIS_16470_IMU.cpp +++ b/wpilibc/src/main/native/cpp/ADIS16470_IMU.cpp @@ -11,7 +11,8 @@ /* Juan Chong - frcsupport@analog.com */ /*----------------------------------------------------------------------------*/ -#include +#include "frc/ADIS16470_IMU.h" + #include #include #include