Skip to content
Snippets Groups Projects
Commit 718c8a5f authored by Hauke Petersen's avatar Hauke Petersen
Browse files

boards/avsextrem: remove unused PWM defines

parent 4605292f
No related branches found
No related tags found
No related merge requests found
...@@ -41,26 +41,6 @@ extern "C" { ...@@ -41,26 +41,6 @@ extern "C" {
#define TIMER_NUMOF (1U) #define TIMER_NUMOF (1U)
/** @} */ /** @} */
/**
* @brief PWM device and pinout configuration
*/
#define PWM_NUMOF (0) /* disable PWM for now as no pins are specified */
#define PWM_0_EN (0)
/* PWM_0 device configuration */
#define PWM_0_CH0 (3) /* TODO: adjust pins for avsextrem */
#define PWM_0_CH0_MR PWM1MR3
#define PWM_0_CH1 (4)
#define PWM_0_CH1_MR PWM1MR4
#define PWM_0_CH2 (5)
#define PWM_0_CH2_MR PWM1MR5
/* PWM_0 pin configuration */
#define PWM_0_PORT PINSEL4
#define PWM_0_CH0_PIN (2)
#define PWM_0_CH1_PIN (3)
#define PWM_0_CH2_PIN (4)
#define PWM_0_FUNC (1)
/** /**
* @brief Real Time Clock configuration * @brief Real Time Clock configuration
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment