Renamed main header files
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Telemetry Real Time Clock
|
||||
//
|
||||
#include "Sunseeker2021.h"
|
||||
#include "SunseekerTelemetry2021.h"
|
||||
|
||||
/*************************************************************
|
||||
/ Name: setRTC
|
||||
|
||||
@@ -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_ */
|
||||
@@ -30,8 +30,8 @@
|
||||
*/
|
||||
|
||||
// Include files
|
||||
#include "Sunseeker2021.h"
|
||||
#include "can.h"
|
||||
#include "SunseekerTelemetry2021.h"
|
||||
|
||||
// Public variables
|
||||
can_variables can;
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
*/
|
||||
|
||||
// Include files
|
||||
#include "Sunseeker2021.h"
|
||||
#include "can.h"
|
||||
#include "SunseekerTelemetry2021.h"
|
||||
|
||||
// Public variables
|
||||
can_variables can;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
// Include files
|
||||
#include "Sunseeker2021.h"
|
||||
#include "SunseekerTelemetry2021.h"
|
||||
|
||||
/*
|
||||
* Initialize I/O port directions and states
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Sunseeker2021.h"
|
||||
#include "SunseekerTelemetry2021.h"
|
||||
|
||||
// structures
|
||||
//message_fifo decode_queue;
|
||||
|
||||
Reference in New Issue
Block a user