nrf5/pwm: Removing include of hal_pwm.h as pwm.c might not use a hal, but sw implementation.

This commit is contained in:
Glenn Ruben Bakke 2016-12-17 00:39:24 +01:00
parent eaece2734b
commit a081bf2f91

View File

@ -24,6 +24,4 @@
* THE SOFTWARE.
*/
#include "hal_pwm.h"
extern const mp_obj_type_t machine_hard_pwm_type;