Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cebb385

Browse filesBrowse files
cr1901mithro
authored andcommitted
Fix compile on systems which copy micropython to RAM.
1 parent 405b1f7 commit cebb385
Copy full SHA for cebb385

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎ports/fupy/Makefile‎

Copy file name to clipboardExpand all lines: ports/fupy/Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ SRC_C = \
7878
ifeq ($(COPY_TO_MAIN_RAM), 1)
7979
CRT0_S ?= $(LIBBASE_DIRECTORY)/crt0-$(CPU).S
8080
CRT0_O = $(BUILD)/crt0-$(CPU)-ctr.o
81-
CRT0FLAGS = ""
81+
CRT0FLAGS =
8282
else ifeq ($(EXECUTE_IN_PLACE), 1)
8383
CRT0_S ?= $(LIBBASE_DIRECTORY)/crt0-$(CPU).S
8484
CRT0_O = $(BUILD)/crt0-$(CPU)-xip.o

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.