diff options
| author | sommersoft <sommersoft@gmail.com> | 2019-03-01 22:46:57 -0600 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2019-03-01 22:46:57 -0600 |
| commit | 2cd6a7901683e32832f42a531485783aa599169a (patch) | |
| tree | cdc4d6a0852222db101b980a7671b783c6df5276 /py | |
| parent | 438eadd63acb25a43e008dec9335ac4ebb779f96 (diff) | |
better handle frequencyio inclusion
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 8ea72f0bf..0df6fff06 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 = $(CIRCUITPY_FULL_BUILD) +CIRCUITPY_FREQUENCYIO = 1 endif CFLAGS += -DCIRCUITPY_FREQUENCYIO=$(CIRCUITPY_FREQUENCYIO) |
