Added variable declaration

This commit is contained in:
William Miceli
2021-05-25 14:49:00 -04:00
parent 82a5c368c0
commit 86fc384f0c

View File

@@ -30,6 +30,7 @@ int main(void) {
_EINT(); //enable global interrupts _EINT(); //enable global interrupts
volatile int i;
while(1) while(1)
{ {
P8OUT ^= LEDY0 | LEDY1; // Toggle both yellow LEDs P8OUT ^= LEDY0 | LEDY1; // Toggle both yellow LEDs