Skip to content

Commit

Permalink
Fix README.md formatting [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacajack committed Jan 13, 2018
1 parent 70145d2 commit 4dae08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ int main( )
//Read temperature (without ROM matching)
ds18b20read( &PORTB, &DDRB, &PINB, ( 1 << 0 ), NULL, &temp );

//Somehow use data stored in `temp` variable
//Somehow use data stored in `temp` variable
}

return 0;
Expand Down

0 comments on commit 4dae08f

Please sign in to comment.