mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Scan all prototypes with pointers
This commit is contained in:
@ -59,8 +59,7 @@ class InoToCPPConverter(object):
|
||||
return result
|
||||
|
||||
prototype_names = set(
|
||||
[p['match'].group(3).strip() for p in prototypes
|
||||
if p['path'] == file_path])
|
||||
[p['match'].group(3).strip() for p in prototypes])
|
||||
split_pos = prototypes[0]['match'].start()
|
||||
for item in prototypes:
|
||||
if item['path'] == file_path:
|
||||
|
Reference in New Issue
Block a user