Skip to content

Commit 39171d7

Browse files
committed
Removed unnecessary compiler flags
1 parent beab76c commit 39171d7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ports/espressif/boards/m5stack_core_fire/mpconfigboard.mk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ CIRCUITPY_CREATION_ID = 0x00320001
33

44
IDF_TARGET = esp32
55

6-
# The default queue depth of 16 overflows on release builds,
7-
# so increase it to 32.
8-
CFLAGS += -DCFG_TUD_TASK_QUEUE_SZ=32
9-
106
CIRCUITPY_ESP_FLASH_MODE = qio
117
CIRCUITPY_ESP_FLASH_FREQ = 80m
128
CIRCUITPY_ESP_FLASH_SIZE = 16MB
9+
CIRCUITPY_ESP32_CAMERA = 0

0 commit comments

Comments
 (0)