Skip to content

Commit d898740

Browse files
committed
Only enable if not disabled
1 parent 19080ca commit d898740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CIRCUITPY_BLEIO ?= 1
3232
# No I2CPeripheral implementation
3333
CIRCUITPY_I2CPERIPHERAL = 0
3434

35-
CIRCUITPY_IS31FL3741 = 1
35+
CIRCUITPY_IS31FL3741 ?= 1
3636

3737
CIRCUITPY_RTC ?= 1
3838

0 commit comments

Comments
 (0)