We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c93283 commit 5d5ea9aCopy full SHA for 5d5ea9a
hal/targets/hal/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF52832/pwmout_api.c
@@ -54,7 +54,7 @@
54
#define MAX_PWM_PERIOD_S ((MAX_PWM_PERIOD_US / 1000000) + 1) // approximations advance
55
56
57
-#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
58
59
///> instances of nRF52 PWM driver
60
static const nrf_drv_pwm_t m_pwm_driver[PWM_INSTANCE_COUNT] =
0 commit comments