Bug fix in PWM APIs, not all TCC modules support upto 4 channels.

pull/1297/head
vimalrajr 2015-08-11 15:26:04 +05:30 committed by Karthik Purushothaman
parent 59d3dffa0a
commit 698484eb47
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include "pinmap_function.h"
/* Compare Channel used for PWM in TCC Modules */
#define PWMOUT_CTRL_CHANNEL 3
#define PWMOUT_CTRL_CHANNEL 0
/* Prescaler values for TCC Module */
const uint32_t tcc_prescaler[] = {