mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
28ad89d694
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.