mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-21 10:52:14 +01:00
149aa529e7
Normally, init is only called once during startup, so this does not add anything. However, when running the testsuite, PreferencesData could be initialized multiple times in a single test run. To prevent preferences from a previous test from interfering with subsequent tests, always start with a clean slate when calling init.