From 5f9b070f6d80e170ba02e79c570055d78acf4c97 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Tue, 7 Mar 2017 18:04:54 +0100 Subject: [PATCH] nrf5: Disable machine PWM module by default if board does not define it. --- nrf5/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrf5/mpconfigport.h b/nrf5/mpconfigport.h index f0596de52b..8dd4266eba 100644 --- a/nrf5/mpconfigport.h +++ b/nrf5/mpconfigport.h @@ -128,7 +128,7 @@ #endif #ifndef MICROPY_PY_MACHINE_PWM -#define MICROPY_PY_MACHINE_PWM (1) +#define MICROPY_PY_MACHINE_PWM (0) #endif #ifndef MICROPY_PY_MACHINE_TIMER