nrf5: Set ubluepy to disabled by default in mpconfigport.h if not configured.

This commit is contained in:
Glenn Ruben Bakke 2017-02-15 19:13:55 +01:00
parent 8d1b05563c
commit ec517a37f6
1 changed files with 4 additions and 0 deletions

View File

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