From a081bf2f9166340d4e6555b5802acf7ca46722a0 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Sat, 17 Dec 2016 00:39:24 +0100 Subject: [PATCH] nrf5/pwm: Removing include of hal_pwm.h as pwm.c might not use a hal, but sw implementation. --- nrf5/pwm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/nrf5/pwm.h b/nrf5/pwm.h index b6575a9e3f..c77f6fede1 100644 --- a/nrf5/pwm.h +++ b/nrf5/pwm.h @@ -24,6 +24,4 @@ * THE SOFTWARE. */ -#include "hal_pwm.h" - extern const mp_obj_type_t machine_hard_pwm_type;