From fe90cc759a91a4d5e665c39838ce3be10f1e02d8 Mon Sep 17 00:00:00 2001 From: Phil Underwood Date: Sun, 7 May 2023 16:08:56 +0100 Subject: [PATCH] remove excess line --- ports/nrf/mpconfigport.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk index 91929749ca..7937b83ddc 100644 --- a/ports/nrf/mpconfigport.mk +++ b/ports/nrf/mpconfigport.mk @@ -71,7 +71,6 @@ SOFTDEV_VERSION ?= 6.1.0 BOOT_SETTING_ADDR = 0xFF000 NRF_DEFINES += -DNRF52840_XXAA -DNRF52840 - # CircuitPython doesn't yet support NFC so force the NFC antenna pins to be GPIO. # See https://github.com/adafruit/circuitpython/issues/1300 # Defined here because system_nrf52840.c doesn't #include any of our own include files.