Renamed main header files

This commit is contained in:
William Miceli
2021-05-14 16:10:05 -04:00
parent 8d241875c2
commit 882e450c99
19 changed files with 27 additions and 29 deletions

View File

@@ -8,8 +8,8 @@
// Include files
#include<msp430x54xa.h>
#include "Sunseeker2021.h"
#include "RS232.h"
#include "SunseekerTelemetry2021.h"
/*********************************************************************************/
// UART to Modem UCA3 Interface (voltage isolated)

View File

@@ -1,7 +1,7 @@
//
// Telemetry Real Time Clock
//
#include "Sunseeker2021.h"
#include "SunseekerTelemetry2021.h"
/*************************************************************
/ Name: setRTC

View File

@@ -9,8 +9,8 @@
*
*/
#ifndef SUNSEEKER2021_H_
#define SUNSEEKER2021_H_
#ifndef SUNSEEKERTELEMETRY2021_H_
#define SUNSEEKERTELEMETRY2021_H_
#include <msp430x54xa.h>
#include <stdio.h>
@@ -374,4 +374,4 @@ static char *name_lookup[NAME_LOOKUP_ROWS] = {
// "MC2FAN", //MC_CAN_BASE2 + MC_FAN
// "MC2TP3", //MC_CAN_BASE2 + MC_TEMP3
#endif /* SUNSEEKER2021_H_ */
#endif /* SUNSEEKERTELEMETRY2021_H_ */

View File

@@ -30,8 +30,8 @@
*/
// Include files
#include "Sunseeker2021.h"
#include "can.h"
#include "SunseekerTelemetry2021.h"
// Public variables
can_variables can;

View File

@@ -30,8 +30,8 @@
*/
// Include files
#include "Sunseeker2021.h"
#include "can.h"
#include "SunseekerTelemetry2021.h"
// Public variables
can_variables can;

View File

@@ -9,7 +9,7 @@
*/
// Include files
#include "Sunseeker2021.h"
#include "SunseekerTelemetry2021.h"
/*
* Initialize I/O port directions and states

View File

@@ -20,7 +20,7 @@
*
*/
#include "Sunseeker2021.h"
#include "SunseekerTelemetry2021.h"
// structures
//message_fifo decode_queue;