Skip to content

Commit

Permalink
Fix comment (copy & paste issue).
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonan CM authored and jonancm committed Feb 22, 2014
1 parent e665f1a commit 5e0639d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions motorctl/pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ inline void pwm_setup(void)
pwmduty.channel5 = 0;
pwmduty.channel6 = 0;

/**********************************************************
* Set up Timer 1 to implement a custom multi-channel QEI *
**********************************************************/
/*******************************************************************
* Set up Timer 1 to implement a multi-channel software PWM module *
*******************************************************************/

// Clear the Timer 1 interrupt flag

Expand Down

0 comments on commit 5e0639d

Please sign in to comment.