Skip to content
Snippets Groups Projects
Commit a32a82bc authored by cnlohr's avatar cnlohr
Browse files

Fix typeo

parent 1fec489d
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ int main() ...@@ -29,7 +29,7 @@ int main()
{ {
GPIOD->BSHR = 1 | (1<<4); // Turn on GPIOD0 GPIOD->BSHR = 1 | (1<<4); // Turn on GPIOD0
//Delay_Ms( 50 ); //Delay_Ms( 50 );
GPIOD->BSHR = (1<<16) | ( 1<<(4+16); // Turn off GPIOD0 GPIOD->BSHR = (1<<16) | ( 1<<(4+16) ); // Turn off GPIOD0
//Delay_Ms( 50 ); //Delay_Ms( 50 );
printf( "%d\n", count++ ); printf( "%d\n", count++ );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment