Skip to content

Commit

Permalink
Generate 2Mhz on timer
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Sep 13, 2020
1 parent 5f61e24 commit e4d0c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/zcl_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static void zclApp_InitPWM(void) {
T3CCTL1 |= BV(4); // Ch0 output compare mode = toggle on compare

T3CTL &= ~(BV(7) | BV(6) | BV(5)); // Clear Prescaler divider value
T3CC0 = 3; // Set ticks
T3CC0 = 4; // Set ticks
}

static void zclApp_ReadSensors(void) {
Expand Down

0 comments on commit e4d0c8f

Please sign in to comment.