Renamed main header files
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef MAIN_H_
|
||||
#define MAIN_H_
|
||||
#ifndef SUNSEEKERTELEMETRY2021_H_
|
||||
#define SUNSEEKERTELEMETRY2021_H_
|
||||
|
||||
#include <msp430x54xa.h>
|
||||
|
||||
@@ -155,4 +155,4 @@ void timerB_init(void);
|
||||
#define JTAG_TMS 0x04
|
||||
#define JTAG_TCK 0x08
|
||||
|
||||
#endif /* MAIN_H_ */
|
||||
#endif /* SUNSEEKERTELEMETRY2021_H_ */
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
|
||||
#include "main.h"
|
||||
#include "SunseekerTelemetry2021.h"
|
||||
|
||||
// General Variables
|
||||
volatile unsigned char status_flag = FALSE; //status flag set on timer B
|
||||
|
||||
Reference in New Issue
Block a user