diff options
| author | Bernhard Boser <boser@server.home> | 2020-11-09 18:09:56 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-12-01 18:38:14 -0800 |
| commit | 513253bc3f22e5afa67155f7b4ca29a770929a3e (patch) | |
| tree | 06fbd7006e454c16c153f92430488ae9e4421f3a /ports | |
| parent | 748472de7a0c2b18d88d868b1037252d57ab1bfb (diff) | |
moved logic to shared-module and added documentation
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/nrf/mpconfigport.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk index 2ee182b7d..9560064fb 100644 --- a/ports/nrf/mpconfigport.mk +++ b/ports/nrf/mpconfigport.mk @@ -52,8 +52,6 @@ MCU_SUB_VARIANT = nrf52840 # Fits on nrf52840 but space is tight on nrf52833. CIRCUITPY_AESIO ?= 1 -CIRCUITPY_MSGPACK ?= 1 - SD ?= s140 SOFTDEV_VERSION ?= 6.1.0 |
