Skip to content

Commit a3f60e1

Browse files
authored
Merge pull request adafruit#3630 from jerryneedell/jerryn_rfm
restore analogio to feather_m0_rfm9x/rfm69 builds
2 parents bbed1b0 + 1762a36 commit a3f60e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/atmel-samd/boards/feather_m0_rfm69/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CIRCUITPY_FULL_BUILD = 0
1212

1313
# A number of modules are removed for RFM69 to make room for frozen libraries.
1414
# Many I/O functions are not available.
15-
CIRCUITPY_ANALOGIO = 0
15+
CIRCUITPY_ANALOGIO = 1
1616
CIRCUITPY_PULSEIO = 0
1717
CIRCUITPY_NEOPIXEL_WRITE = 1
1818
CIRCUITPY_ROTARYIO = 0

ports/atmel-samd/boards/feather_m0_rfm9x/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CIRCUITPY_FULL_BUILD = 0
1313

1414
# A number of modules are removed for RFM9x to make room for frozen libraries.
1515
# Many I/O functions are not available.
16-
CIRCUITPY_ANALOGIO = 0
16+
CIRCUITPY_ANALOGIO = 1
1717
CIRCUITPY_PULSEIO = 0
1818
CIRCUITPY_NEOPIXEL_WRITE = 1
1919
CIRCUITPY_ROTARYIO = 0

0 commit comments

Comments
 (0)