CR changes for PWM of nRF52 part 3.

pull/2234/head
Andrzej Puzdrowski 2016-07-12 15:30:32 +02:00
parent 3c93283dc0
commit 5d5ea9a050
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
#define MAX_PWM_PERIOD_S ((MAX_PWM_PERIOD_US / 1000000) + 1) // approximations advance
#define PWM_INSTANCE_COUNT (PWM_COUNT) // import from the PWM driver header
#define PWM_INSTANCE_COUNT (PWM_COUNT) // import from the nrf_drv_config.h file
///> instances of nRF52 PWM driver
static const nrf_drv_pwm_t m_pwm_driver[PWM_INSTANCE_COUNT] =