Skip to content

Commit cccb919

Browse files
committed
update comment
1 parent 911f95f commit cccb919

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: legacy/builder/types/context.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ type Context struct {
179179
SourceOverride map[string]string
180180

181181
// compiler options from ctags extraction
182-
// example: 'char ARDUIFINEyyy = "<compiler options like> -DMYLIB_BUFFER_LEN=1234 -include \"somefile.h\"";'
182+
// example: 'char ARDUIFINExxx = "MYLIB_BUFFER_LEN = 1234";'
183+
// example: 'char ARDUINOGLOBALyyy = "-DMYLIB_BUFFER2_LEN=1234 -free -fipa-pta";'
183184
Arduifines string
184185
}
185186

0 commit comments

Comments
 (0)