Skip to content

Commit

Permalink
Merge pull request #13 from kaspar030/patch-2
Browse files Browse the repository at this point in the history
squash: remove values from pwm config comments
  • Loading branch information
haukepetersen committed Jun 5, 2015
2 parents 21c7673 + b981a31 commit 1a2aba6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions boards/samr21-xpro/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,14 @@ typedef struct {
static const pwm_conf_t pwm_config[] = {
#if PWM_0_EN
{TCC1, {
{(PortGroup *)0x41004400, 6, 4, 0}, /* port 0, pin 6, af E, chan 0 */
{(PortGroup *)0x41004400, 7, 4, 1} /* port 0, pin 7, af E, chan 1 */
/* port , pin, AF, chan */
{(PortGroup *)0x41004400, 6, 4, 0},
{(PortGroup *)0x41004400, 7, 4, 1}
}},
#endif
#if PWM_1_EN
{TCC0, {
/* port , pin, AF, chan */
{(PortGroup *)0x41004400, 18, 5, 2},
{(PortGroup *)0x41004400, 19, 5, 3}
}},
Expand Down

0 comments on commit 1a2aba6

Please # to comment.