mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Avoid null-pointer exception with old-style third-party hardware folders.
This commit is contained in:
@ -45,6 +45,7 @@ public class TargetPlatform {
|
||||
name = _name;
|
||||
folder = _folder;
|
||||
boards = new HashMap<String, PreferencesMap>();
|
||||
boardsOrder = new ArrayList<String>();
|
||||
programmers = new HashMap<String, PreferencesMap>();
|
||||
preferences = new PreferencesMap();
|
||||
|
||||
|
Reference in New Issue
Block a user