nrf5: Set ubluepy to disabled by default in mpconfigport.h if not configured.
This commit is contained in:
parent
8d1b05563c
commit
ec517a37f6
|
@ -209,6 +209,10 @@
|
|||
#include "nrf5_sdk_conf.h"
|
||||
#endif
|
||||
|
||||
#ifndef MICROPY_PY_UBLUEPY
|
||||
#define MICROPY_PY_UBLUEPY (0)
|
||||
#endif
|
||||
|
||||
// type definitions for the specific machine
|
||||
|
||||
#define BYTES_PER_WORD (4)
|
||||
|
|
Loading…
Reference in New Issue