Added variable declaration
This commit is contained in:
@@ -30,6 +30,7 @@ int main(void) {
|
||||
|
||||
_EINT(); //enable global interrupts
|
||||
|
||||
volatile int i;
|
||||
while(1)
|
||||
{
|
||||
P8OUT ^= LEDY0 | LEDY1; // Toggle both yellow LEDs
|
||||
|
||||
Reference in New Issue
Block a user