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:
Glenn Ruben Bakke 2016-12-26 16:19:48 +01:00
parent 8e7f9d7c38
commit a3cc6abba6
1 changed files with 4 additions and 0 deletions

View File

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