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!
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user