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:
William Miceli
2021-06-11 12:38:28 -04:00
parent 2170baf4df
commit f1cc0f7347
6 changed files with 4 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
#ifndef USCI_H_
#define USCI_H_
#include <msp430x54xa.h>
#include <msp430.h>
/*
* Initializes all USCI modules using their own respective `usci_xx_init()` functions