We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0eb0a commit 27dd585Copy full SHA for 27dd585
constants/constants.go
@@ -90,7 +90,7 @@ const FILE_PLATFORM_LOCAL_TXT = "platform.local.txt"
90
const FILE_PLATFORM_TXT = "platform.txt"
91
const FILE_PROGRAMMERS_TXT = "programmers.txt"
92
const FILE_INCLUDES_CACHE = "includes.cache"
93
-const FILE_WARNINGS_CACHE = "warnings.cache"
+const FILE_WARNINGS_CACHE = "output.cache"
94
const FOLDER_BOOTLOADERS = "bootloaders"
95
const FOLDER_CORE = "core"
96
const FOLDER_CORES = "cores"
0 commit comments