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
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
#ifndef SUNSEEKERTELEMETRY2021_H_
|
#ifndef SUNSEEKERTELEMETRY2021_H_
|
||||||
#define SUNSEEKERTELEMETRY2021_H_
|
#define SUNSEEKERTELEMETRY2021_H_
|
||||||
|
|
||||||
#include <msp430x54xa.h>
|
#include <msp430.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|||||||
@@ -17,7 +17,6 @@
|
|||||||
#ifndef CLOCK_INIT_H_
|
#ifndef CLOCK_INIT_H_
|
||||||
#define CLOCK_INIT_H_
|
#define CLOCK_INIT_H_
|
||||||
|
|
||||||
#include <msp430x54xa.h>
|
|
||||||
#include "SunseekerTelemetry2021.h"
|
#include "SunseekerTelemetry2021.h"
|
||||||
|
|
||||||
void Port_Init(void);
|
void Port_Init(void);
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#ifndef SUNSEEKERTELEMETRY2021_H_
|
#ifndef SUNSEEKERTELEMETRY2021_H_
|
||||||
#define SUNSEEKERTELEMETRY2021_H_
|
#define SUNSEEKERTELEMETRY2021_H_
|
||||||
|
|
||||||
#include <msp430x54xa.h>
|
#include <msp430.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#ifndef SUNSEEKERTELEMETRY2021_H_
|
#ifndef SUNSEEKERTELEMETRY2021_H_
|
||||||
#define SUNSEEKERTELEMETRY2021_H_
|
#define SUNSEEKERTELEMETRY2021_H_
|
||||||
|
|
||||||
#include <msp430x54xa.h>
|
#include <msp430.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|||||||
@@ -17,7 +17,6 @@
|
|||||||
#ifndef CLOCK_INIT_H_
|
#ifndef CLOCK_INIT_H_
|
||||||
#define CLOCK_INIT_H_
|
#define CLOCK_INIT_H_
|
||||||
|
|
||||||
#include <msp430x54xa.h>
|
|
||||||
#include "SunseekerTelemetry2021.h"
|
#include "SunseekerTelemetry2021.h"
|
||||||
|
|
||||||
void Port_Init(void);
|
void Port_Init(void);
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#ifndef USCI_H_
|
#ifndef USCI_H_
|
||||||
#define USCI_H_
|
#define USCI_H_
|
||||||
|
|
||||||
#include <msp430x54xa.h>
|
#include <msp430.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Initializes all USCI modules using their own respective `usci_xx_init()` functions
|
* Initializes all USCI modules using their own respective `usci_xx_init()` functions
|
||||||
|
|||||||
Reference in New Issue
Block a user