Skip to content

Commit

Permalink
Merge pull request StefanBruens#20 from fouronnes/readme-semicolon
Browse files Browse the repository at this point in the history
Fix missing semicolon in README.md example code
  • Loading branch information
StefanBruens authored Apr 10, 2018
2 parents 19cb69e + 6602a67 commit 5feee3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ above.
Example usage:

#define PWM_CHANNELS 5
const uint32_t period = 5000 // * 200ns ^= 1 kHz
const uint32_t period = 5000; // * 200ns ^= 1 kHz

// PWM setup
uint32 io_info[PWM_CHANNELS][3] = {
Expand Down

0 comments on commit 5feee3a

Please sign in to comment.