Removed redundant include file; formatting and comment fixes
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
#include <msp430x54xa.h>
|
#include <msp430x54xa.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <msp430x54xa.h>
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
@@ -34,7 +33,7 @@ static inline void delay(void)
|
|||||||
{
|
{
|
||||||
for (jj = 0; jj < 1000; jj++)
|
for (jj = 0; jj < 1000; jj++)
|
||||||
{
|
{
|
||||||
asm(" nop"); //The space is necessary or else the assember things nop is a label!
|
asm(" nop"); //The space is necessary or else the assembler thinks "nop" is a label!
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -373,6 +372,6 @@ static char *name_lookup[NAME_LOOKUP_ROWS] = {
|
|||||||
// "MC1FAN", //MC_CAN_BASE1 + MC_FAN
|
// "MC1FAN", //MC_CAN_BASE1 + MC_FAN
|
||||||
// "MC1TP3", //MC_CAN_BASE1 + MC_TEMP3
|
// "MC1TP3", //MC_CAN_BASE1 + MC_TEMP3
|
||||||
// "MC2FAN", //MC_CAN_BASE2 + MC_FAN
|
// "MC2FAN", //MC_CAN_BASE2 + MC_FAN
|
||||||
//"MC2TP3", //MC_CAN_BASE2 + MC_TEMP3
|
// "MC2TP3", //MC_CAN_BASE2 + MC_TEMP3
|
||||||
|
|
||||||
#endif /* SUNSEEKER2021_H_ */
|
#endif /* SUNSEEKER2021_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user