Skip to content

Commit 3f09d3a

Browse files
committed
Remove ENABLE_CONTENT define in Makefile.GD32
Remove the ENABLE_CONTENT flag from the DEFINES in gd32_emac_e131_pixel/Makefile.GD32 while keeping ENABLE_HTTPD. This disables building the optional content module/feature for this target but leaves the HTTP server enabled.
1 parent 90a45cd commit 3f09d3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gd32_emac_e131_pixel/Makefile.GD32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DEFINES+=RTL8201F_LED1_LINK_ALL
99

1010
DEFINES+=DISPLAY_UDF
1111

12-
DEFINES+=ENABLE_HTTPD ENABLE_CONTENT
12+
DEFINES+=ENABLE_HTTPD
1313

1414
DEFINES+=DISABLE_RTC
1515
DEFINES+=DISABLE_FS

0 commit comments

Comments
 (0)