nrf5: Disable machine PWM module by default if board does not define it.

This commit is contained in:
Glenn Ruben Bakke 2017-03-07 18:04:54 +01:00
parent 9689aae45b
commit 5f9b070f6d
1 changed files with 1 additions and 1 deletions

View File

@ -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