Fixed #include directives and comments to be used in a more standardized way (that I could find online)
This commit is contained in:
@@ -15,13 +15,11 @@
|
||||
*/
|
||||
#include <msp430x54xa.h>
|
||||
|
||||
|
||||
void Port_Init(void);
|
||||
void Clock_XT1_Init(void);
|
||||
void Clock_XT2_Init(void);
|
||||
void SetVCoreUp(unsigned int level);
|
||||
|
||||
|
||||
void clock_init(void)
|
||||
{
|
||||
WDTCTL = WDTPW + WDTHOLD; //Stop watchdog timer
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
/*
|
||||
* main.c
|
||||
*/
|
||||
|
||||
#include "SunseekerTelemetry2021.h"
|
||||
|
||||
int main(void) {
|
||||
|
||||
Reference in New Issue
Block a user