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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user