From f1cc0f73474518f81de2a10c6f50d26d93b2e2c3 Mon Sep 17 00:00:00 2001 From: William Miceli Date: Fri, 11 Jun 2021 12:38:28 -0400 Subject: [PATCH] Replaced the "msp430x54xa.h" include with the "msp430.h" include, as the previous was found to be designated as "Legacy" and not recommended for new projects by TI --- Telem_Debug/Debug_BlinkyLED-Advanced/SunseekerTelemetry2021.h | 2 +- Telem_Debug/Debug_BlinkyLED-Advanced/clock_init.h | 1 - Telem_Debug/Debug_BlinkyLED-Basic/SunseekerTelemetry2021.h | 2 +- Telem_Debug/Debug_UART-USB/SunseekerTelemetry2021.h | 2 +- Telem_Debug/Debug_UART-USB/clock_init.h | 1 - Telem_Debug/Debug_UART-USB/usci.h | 2 +- 6 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Telem_Debug/Debug_BlinkyLED-Advanced/SunseekerTelemetry2021.h b/Telem_Debug/Debug_BlinkyLED-Advanced/SunseekerTelemetry2021.h index 39d0593..806ae64 100644 --- a/Telem_Debug/Debug_BlinkyLED-Advanced/SunseekerTelemetry2021.h +++ b/Telem_Debug/Debug_BlinkyLED-Advanced/SunseekerTelemetry2021.h @@ -10,7 +10,7 @@ #ifndef SUNSEEKERTELEMETRY2021_H_ #define SUNSEEKERTELEMETRY2021_H_ -#include +#include #include #include #include diff --git a/Telem_Debug/Debug_BlinkyLED-Advanced/clock_init.h b/Telem_Debug/Debug_BlinkyLED-Advanced/clock_init.h index 176fe37..632f28b 100644 --- a/Telem_Debug/Debug_BlinkyLED-Advanced/clock_init.h +++ b/Telem_Debug/Debug_BlinkyLED-Advanced/clock_init.h @@ -17,7 +17,6 @@ #ifndef CLOCK_INIT_H_ #define CLOCK_INIT_H_ -#include #include "SunseekerTelemetry2021.h" void Port_Init(void); diff --git a/Telem_Debug/Debug_BlinkyLED-Basic/SunseekerTelemetry2021.h b/Telem_Debug/Debug_BlinkyLED-Basic/SunseekerTelemetry2021.h index 39d0593..806ae64 100644 --- a/Telem_Debug/Debug_BlinkyLED-Basic/SunseekerTelemetry2021.h +++ b/Telem_Debug/Debug_BlinkyLED-Basic/SunseekerTelemetry2021.h @@ -10,7 +10,7 @@ #ifndef SUNSEEKERTELEMETRY2021_H_ #define SUNSEEKERTELEMETRY2021_H_ -#include +#include #include #include #include diff --git a/Telem_Debug/Debug_UART-USB/SunseekerTelemetry2021.h b/Telem_Debug/Debug_UART-USB/SunseekerTelemetry2021.h index a57f11b..e72aa5f 100644 --- a/Telem_Debug/Debug_UART-USB/SunseekerTelemetry2021.h +++ b/Telem_Debug/Debug_UART-USB/SunseekerTelemetry2021.h @@ -10,7 +10,7 @@ #ifndef SUNSEEKERTELEMETRY2021_H_ #define SUNSEEKERTELEMETRY2021_H_ -#include +#include #include #include #include diff --git a/Telem_Debug/Debug_UART-USB/clock_init.h b/Telem_Debug/Debug_UART-USB/clock_init.h index 176fe37..632f28b 100644 --- a/Telem_Debug/Debug_UART-USB/clock_init.h +++ b/Telem_Debug/Debug_UART-USB/clock_init.h @@ -17,7 +17,6 @@ #ifndef CLOCK_INIT_H_ #define CLOCK_INIT_H_ -#include #include "SunseekerTelemetry2021.h" void Port_Init(void); diff --git a/Telem_Debug/Debug_UART-USB/usci.h b/Telem_Debug/Debug_UART-USB/usci.h index 8319c71..e506f4f 100644 --- a/Telem_Debug/Debug_UART-USB/usci.h +++ b/Telem_Debug/Debug_UART-USB/usci.h @@ -5,7 +5,7 @@ #ifndef USCI_H_ #define USCI_H_ -#include +#include /* * Initializes all USCI modules using their own respective `usci_xx_init()` functions