Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMeuMenino authored May 18, 2017
1 parent 6c084da commit 04177f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StartProject/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ int main(void)
int i=1000000;
while(1)
{
GPIO_ToggleBits(GPIOG,13);
GPIO_ToggleBits(GPIOG, GPIO_Pin_13);
for(i=1000000;i>0;i--);
}

Expand Down

0 comments on commit 04177f4

Please sign in to comment.