nrf5: Setting MICROPY_PY_MACHINE_TIMER to disabled by default (during development) in mpconfigport.h. This can be overriden by board config.
This commit is contained in:
parent
8e7f9d7c38
commit
a3cc6abba6
|
@ -113,6 +113,10 @@
|
|||
#define MICROPY_PY_MACHINE_PWM (1)
|
||||
#endif
|
||||
|
||||
#ifndef MICROPY_PY_MACHINE_TIMER
|
||||
#define MICROPY_PY_MACHINE_TIMER (0)
|
||||
#endif
|
||||
|
||||
#ifndef MICROPY_PY_USOCKET
|
||||
#define MICROPY_PY_USOCKET (1)
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue