nrf5: Disable machine PWM module by default if board does not define it.
This commit is contained in:
parent
9689aae45b
commit
5f9b070f6d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue