diff options
| author | Hierophect <hierophect@gmail.com> | 2020-01-06 17:08:52 -0500 |
|---|---|---|
| committer | Hierophect <hierophect@gmail.com> | 2020-01-06 17:08:52 -0500 |
| commit | b778aee21d7facb8ced147086a2bc5225a319d80 (patch) | |
| tree | ad1d90a4c12dab304da1a16331564b3b39388d00 | |
| parent | 776c9b011c26f9833f392fcf8270d20a4bbc8031 (diff) | |
Make inclusion non-conditional
| -rw-r--r-- | ports/stm32f4/mpconfigport.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/stm32f4/mpconfigport.mk b/ports/stm32f4/mpconfigport.mk index 42f390572..48bd3ad61 100644 --- a/ports/stm32f4/mpconfigport.mk +++ b/ports/stm32f4/mpconfigport.mk @@ -69,9 +69,7 @@ ifndef CIRCUITPY_DISPLAYIO CIRCUITPY_DISPLAYIO = 1 endif -ifndef MICROPY_CPYTHON_COMPAT MICROPY_CPYTHON_COMPAT = 1 -endif #ifeq ($(MCU_SUB_VARIANT), stm32f412zx) #endif |
