mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/lpc2387: remove useless periph file guard
This commit is contained in:
parent
6089910e6e
commit
bcab6bd1ba
@ -27,9 +27,6 @@
|
||||
#include "bitarithm.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.
|
||||
*
|
||||
@ -126,5 +123,3 @@ void pwm_poweroff(pwm_t dev)
|
||||
PWM1TCR &= ~(BIT0);
|
||||
PCONP &= ~(PCPWM1);
|
||||
}
|
||||
|
||||
#endif /* PWM_NUMOF */
|
||||
|
Loading…
Reference in New Issue
Block a user