Renamed main header files
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
*/
|
||||
|
||||
// Include files
|
||||
#include "Sunseeker2021.h"
|
||||
#include "SunseekerTelemetry2021.h"
|
||||
|
||||
#define can0_select() P4OUT &= ~CAN0_CSn
|
||||
#define can0_deselect() P4OUT |= CAN0_CSn
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Telemetry MODEM Code
|
||||
//
|
||||
#include "Sunseeker2021.h"
|
||||
#include "SunseekerTelemetry2021.h"
|
||||
|
||||
int synccount = 0;
|
||||
|
||||
|
||||
@@ -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>
|
||||
@@ -369,4 +369,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_ */
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Telemetry Character FIFO
|
||||
//
|
||||
#include "Sunseeker2021.h"
|
||||
#include "SunseekerTelemetry2021.h"
|
||||
|
||||
|
||||
void CHAR_FIFO_INIT(char_fifo queue)
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
// Include files
|
||||
#include "Sunseeker2021.h"
|
||||
#include "SunseekerTelemetry2021.h"
|
||||
|
||||
/*
|
||||
* Initialise I/O port directions and states
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Sunseeker2021.h"
|
||||
#include "SunseekerTelemetry2021.h"
|
||||
|
||||
// structures
|
||||
message_fifo decode_queue;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Telemetry Messgae FIFO
|
||||
//
|
||||
#include "Sunseeker2021.h"
|
||||
#include "SunseekerTelemetry2021.h"
|
||||
|
||||
void message_fifo_INIT(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user