mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-18 12:54:25 +01: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.