You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arduino:1.6.9 (Mac OS X), Kort:"Pro Trinket 3V/12MHz (USB)"
Battery.c:8: error: variable 'Battery' must be const in order to be put into read-only section by means of 'attribute((progmem))'
uint8_t Battery[] PROGMEM={
^
exit status 1
variable 'Battery' must be const in order to be put into read-only section by means of 'attribute((progmem))'
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
The text was updated successfully, but these errors were encountered:
Arduino:1.6.9 (Mac OS X), Kort:"Pro Trinket 3V/12MHz (USB)"
Battery.c:8: error: variable 'Battery' must be const in order to be put into read-only section by means of 'attribute((progmem))'
uint8_t Battery[] PROGMEM={
^
exit status 1
variable 'Battery' must be const in order to be put into read-only section by means of 'attribute((progmem))'
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
The text was updated successfully, but these errors were encountered: