1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Renamed platforms.txt to platform.txt

This commit is contained in:
Cristian Maglie
2012-01-02 19:11:57 +01:00
parent 812265f1c0
commit 387e6b63c7
2 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class TargetPlatform {
} }
try { try {
File platformsFile = new File(_folder, "platforms.txt"); File platformsFile = new File(_folder, "platform.txt");
if (platformsFile.exists()) if (platformsFile.exists())
preferences.load(platformsFile); preferences.load(platformsFile);
} catch (Exception e) { } catch (Exception e) {