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

drivers/pwm: remove PWM_NUMOF guard

as we do not build the periph drivers selectable currently,
the guard is triggered even for boards that do not have any
PWM defined and don't want to use it...
parent 96ef13dc
No related branches found
No related tags found
No related merge requests found
......@@ -33,13 +33,6 @@
extern "C" {
#endif
/**
* @brief Make sure the number of available PWM devices is defined
*/
#ifndef PWM_NUMOF
#error "PWM_NUMOF undefined for the target platform"
#endif
/**
* @brief Default PWM access macro
* @{
......
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