Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ef49eb7

Browse files
committedDec 30, 2020
update comment
1 parent 9fbb4fa commit ef49eb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎legacy/builder/types/context.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ type Context struct {
176176
SourceOverride map[string]string
177177

178178
// compiler options from ctags extraction
179-
// example: 'char ARDUIFINEyyy = "<compiler options like> -DMYLIB_BUFFER_LEN=1234 -include \"somefile.h\"";'
179+
// example: 'char ARDUIFINExxx = "MYLIB_BUFFER_LEN = 1234";'
180+
// example: 'char ARDUINOGLOBALyyy = "-DMYLIB_BUFFER2_LEN=1234 -free -fipa-pta";'
180181
Arduifines string
181182
}
182183

0 commit comments

Comments
 (0)
Please sign in to comment.