Skip to content

Commit 0bc1e53

Browse files
Fix (harmless) typo in constant value
Signed-off-by: Matthijs Kooijman <[email protected]>
1 parent 19e325c commit 0bc1e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino.cc/builder/constants/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const CTX_DEBUG_LEVEL = "debugLevel"
8181
const CTX_FIRST_FUNCTION_AT_LINE = "firstFunctionAtLine"
8282
const CTX_FQBN = "fqbn"
8383
const CTX_GCC_MINUS_E_SOURCE = "gccMinusESource"
84-
const CTX_GCC_MINUS_M_OUTPUT = "gccMinusMOutout"
84+
const CTX_GCC_MINUS_M_OUTPUT = "gccMinusMOutput"
8585
const CTX_HARDWARE_FOLDERS = "hardwareFolders"
8686
const CTX_HARDWARE = "hardware"
8787
const CTX_HEADER_TO_LIBRARIES = "headerToLibraries"

0 commit comments

Comments
 (0)