Merge pull request #20 from tiberiusbrown/eeprom_attr_fix

Change EEPROM object attribute to unused
This commit is contained in:
Mr.Blinky 2023-12-23 22:34:36 +01:00 committed by GitHub
commit b9f9d6ebba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 1 deletions

View File

@ -142,5 +142,5 @@ struct EEPROMClass{
}
};
static EEPROMClass EEPROM __attribute__((used));
static EEPROMClass EEPROM __attribute__((unused));
#endif

Binary file not shown.

View File

@ -449,6 +449,28 @@
],
"toolsDependencies": [
]
},
{
"name": "Arduboy homemade package",
"architecture": "avr",
"version": "1.4.0",
"category": "Contributed",
"help": {
"online": "http://community.arduboy.com/"
},
"url": "https://github.com/MrBlinky/Arduboy-homemade-package/raw/master/board-package/arduboy-homemade-1.4.0.zip",
"archiveFileName": "arduboy-homemade-1.4.0.zip",
"checksum": "SHA-256:27e8e6fb9e60aa422766af81bd74203421e84e8f10e65020c6697193e0ebf4b7",
"size": "1405966",
"boards": [
{"name": "Arduboy production"},
{"name": "Arduboy DevKit"},
{"name": "Arduino Leonardo"},
{"name": "Arduino / Genuino Micro"},
{"name": "ProMicro 5V"}
],
"toolsDependencies": [
]
}
],
"tools":[]