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