diff options
| author | F59JBP0 <ee.jbiondi@ficosa.com> | 2019-03-29 13:48:51 +0100 |
|---|---|---|
| committer | F59JBP0 <ee.jbiondi@ficosa.com> | 2019-03-29 13:48:51 +0100 |
| commit | 7fe3fb480d0286ca9c95641cac690a8bc4da97be (patch) | |
| tree | c0131593132e5696f826aad4eec7324bf5964470 /py | |
| parent | cc2513748eac30796caa25f31ba36cdf47aa2cc3 (diff) | |
| parent | a30bbe62944b6e6e791d7472921dae6931b7fce8 (diff) | |
Merge remote-tracking branch 'yeyeto2788/master'
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_mpconfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/circuitpy_mpconfig.mk b/py/circuitpy_mpconfig.mk index 0df6fff06..8ea72f0bf 100644 --- a/py/circuitpy_mpconfig.mk +++ b/py/circuitpy_mpconfig.mk @@ -93,7 +93,7 @@ endif CFLAGS += -DCIRCUITPY_DISPLAYIO=$(CIRCUITPY_DISPLAYIO) ifndef CIRCUITPY_FREQUENCYIO -CIRCUITPY_FREQUENCYIO = 1 +CIRCUITPY_FREQUENCYIO = $(CIRCUITPY_FULL_BUILD) endif CFLAGS += -DCIRCUITPY_FREQUENCYIO=$(CIRCUITPY_FREQUENCYIO) |
