1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-22 08:22:04 +03:00

Removed unused/unuseful defines from platform.txt

This commit is contained in:
Cristian Maglie
2012-01-09 18:51:51 +01:00
parent b7c54b79d7
commit c2d1de3844
2 changed files with 5 additions and 11 deletions

View File

@ -1006,12 +1006,10 @@ public class Base {
examplesFolder = getContentFile("examples");
toolsFolder = getContentFile("tools");
TargetPlatform targetPlatform = getTargetPlatform();
PreferencesMap prefs = targetPlatform.getPreferences();
File platformFolder = getTargetPlatform().getFolder();
librariesFolders = new ArrayList<File>();
librariesFolders.add(getContentFile("libraries"));
librariesFolders.add(new File(targetPlatform.getFolder(), prefs
.get("library.core.path")));
librariesFolders.add(new File(platformFolder, "libraries"));
librariesFolders.add(getSketchbookLibrariesFolder());
// Scan for libraries in each library folder.