From d898740a2dc98fcfda4b4aa119fa4f3d0308794a Mon Sep 17 00:00:00 2001 From: gamblor21 Date: Sat, 20 Nov 2021 15:33:22 -0600 Subject: [PATCH] Only enable if not disabled --- ports/nrf/mpconfigport.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk index 0795ae4e8231c..55ade5562f03b 100644 --- a/ports/nrf/mpconfigport.mk +++ b/ports/nrf/mpconfigport.mk @@ -32,7 +32,7 @@ CIRCUITPY_BLEIO ?= 1 # No I2CPeripheral implementation CIRCUITPY_I2CPERIPHERAL = 0 -CIRCUITPY_IS31FL3741 = 1 +CIRCUITPY_IS31FL3741 ?= 1 CIRCUITPY_RTC ?= 1