mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-15 18:57:49 -06:00
🔨 Update schema ignores, export value
This commit is contained in:
parent
4bd4c1f3bc
commit
c2874ca809
2 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ def extract():
|
|||
# Regex for #define NAME [VALUE] [COMMENT] with sanitized line
|
||||
defgrep = re.compile(r'^(//)?\s*(#define)\s+([A-Za-z0-9_]+)\s*(.*?)\s*(//.+)?$')
|
||||
# Defines to ignore
|
||||
ignore = ('CONFIGURATION_H_VERSION', 'CONFIGURATION_ADV_H_VERSION', 'CONFIG_EXPORT')
|
||||
ignore = ('CONFIGURATION_H_VERSION', 'CONFIGURATION_ADV_H_VERSION', 'CONFIG_EXAMPLES_DIR', 'CONFIG_EXPORT')
|
||||
# Start with unknown state
|
||||
state = Parse.NORMAL
|
||||
# Serial ID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue