mirror of
https://github.com/arduino/Arduino.git
synced 2025-04-03 20:25:18 +02:00
There is no need to instantiate a SystemProfilerParser object each time extractVIDAndPID is invoked. Added also `synchronized` keword to avoid reentrance problems if the method is being used in multiple threads.