Home
last modified time | relevance | path

Searched refs:last_ifndef (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/tools/
Dcheck_board_header.py69 last_ifndef = None
154 last_ifndef = m.group(1)
156 validity_stack.append(last_ifndef not in defines)
170 if last_ifndef != name:
171 …:{} #ifndef {} / #define {} mismatch".format(board_header, last_ifndef_lineno, last_ifndef, name))
201 last_ifndef = None variable
311 last_ifndef = m.group(1) variable
313 validity_stack.append(last_ifndef not in defines)
327 if last_ifndef != name:
328 …:{} #ifndef {} / #define {} mismatch".format(board_header, last_ifndef_lineno, last_ifndef, name))