diff options
| author | Kevin Townsend <contact@microbuilder.eu> | 2017-11-10 09:17:24 +0100 |
|---|---|---|
| committer | Kevin Townsend <contact@microbuilder.eu> | 2017-11-10 09:17:24 +0100 |
| commit | 237cc954e3dea329331ddf47ffe76df7bf86870e (patch) | |
| tree | 05af168e0c89aeacd14519c94a01c97ad4f59a65 /ports/nrf/Makefile | |
| parent | 9564f7b90edc6f73c3b5ffe914d903468ce99da4 (diff) | |
Fixed feather52 DFU support
Diffstat (limited to 'ports/nrf/Makefile')
| -rw-r--r-- | ports/nrf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile index ca22e093c..8db3508e4 100644 --- a/ports/nrf/Makefile +++ b/ports/nrf/Makefile @@ -70,7 +70,7 @@ CFLAGS_MCU_m4 = $(CFLAGS_CORTEX_M) -mtune=cortex-m4 -mcpu=cortex-m4 -mfpu=fpv4-s CFLAGS_MCU_m0 = $(CFLAGS_CORTEX_M) --short-enums -mtune=cortex-m0 -mcpu=cortex-m0 -mfloat-abi=soft -fno-builtin -CFLAGS += $(CFLAGS_MCU_$(MCU_SERIES)) +CFLAGS += $(CFLAGS_MCU_$(MCU_SERIES)) CFLAGS += $(INC) -Wall -Werror -ansi -std=gnu99 -nostdlib $(COPT) $(NRF_DEFINES) $(CFLAGS_MOD) CFLAGS += -fno-strict-aliasing CFLAGS += -fstack-usage @@ -291,4 +291,3 @@ CFLAGS += -DMICROPY_MODULE_FROZEN_MPY endif include ../../py/mkrules.mk - |
