From a78db47e9e4c0c9fb9df017dddfca4ee61fe7db4 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Mon, 23 Dec 2024 13:24:45 +1100 Subject: [PATCH] Rover: make RC_Channel and GCS_MAVLink filenames consistent --- Rover/{GCS_Mavlink.cpp => GCS_MAVLink_Rover.cpp} | 0 Rover/{GCS_Mavlink.h => GCS_MAVLink_Rover.h} | 0 Rover/{RC_Channel.cpp => RC_Channel_Rover.cpp} | 0 Rover/{RC_Channel.h => RC_Channel_Rover.h} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename Rover/{GCS_Mavlink.cpp => GCS_MAVLink_Rover.cpp} (100%) rename Rover/{GCS_Mavlink.h => GCS_MAVLink_Rover.h} (100%) rename Rover/{RC_Channel.cpp => RC_Channel_Rover.cpp} (100%) rename Rover/{RC_Channel.h => RC_Channel_Rover.h} (100%) diff --git a/Rover/GCS_Mavlink.cpp b/Rover/GCS_MAVLink_Rover.cpp similarity index 100% rename from Rover/GCS_Mavlink.cpp rename to Rover/GCS_MAVLink_Rover.cpp diff --git a/Rover/GCS_Mavlink.h b/Rover/GCS_MAVLink_Rover.h similarity index 100% rename from Rover/GCS_Mavlink.h rename to Rover/GCS_MAVLink_Rover.h diff --git a/Rover/RC_Channel.cpp b/Rover/RC_Channel_Rover.cpp similarity index 100% rename from Rover/RC_Channel.cpp rename to Rover/RC_Channel_Rover.cpp diff --git a/Rover/RC_Channel.h b/Rover/RC_Channel_Rover.h similarity index 100% rename from Rover/RC_Channel.h rename to Rover/RC_Channel_Rover.h