Skip to content
Snippets Groups Projects
Unverified Commit 6fd4009b authored by Peter Kietzmann's avatar Peter Kietzmann Committed by GitHub
Browse files

Merge pull request #8957 from aabadie/pr/cpu/guard_lpc2387

cpu/lpc2387: remove useless periph file guard
parents d49e0d2f bcab6bd1
No related branches found
No related tags found
No related merge requests found
...@@ -27,9 +27,6 @@ ...@@ -27,9 +27,6 @@
#include "bitarithm.h" #include "bitarithm.h"
#include "periph/pwm.h" #include "periph/pwm.h"
/* guard file in case no PWM device is defined */
#ifdef PWM_NUMOF
/** /**
* @note The PWM is always initialized with left-aligned mode. * @note The PWM is always initialized with left-aligned mode.
* *
...@@ -126,5 +123,3 @@ void pwm_poweroff(pwm_t dev) ...@@ -126,5 +123,3 @@ void pwm_poweroff(pwm_t dev)
PWM1TCR &= ~(BIT0); PWM1TCR &= ~(BIT0);
PCONP &= ~(PCPWM1); PCONP &= ~(PCPWM1);
} }
#endif /* PWM_NUMOF */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment