1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Update usage of PROGMEM to Arduino 1.0.1

This commit is contained in:
Rhys Weatherley
2013-09-29 09:15:24 +10:00
parent 6a5ec04068
commit 393eb6c2ba
14 changed files with 50 additions and 41 deletions

View File

@@ -227,7 +227,7 @@ byte const run10[] PROGMEM = {
B01000000, B00000000
};
const prog_uint8_t *frames[] = {
Bitmap::ProgMem frames[] = {
run1,
run2,
run3,

View File

@@ -227,7 +227,7 @@ byte const run10[] PROGMEM = {
B01000000, B00000000
};
const prog_uint8_t *frames[] = {
Bitmap::ProgMem frames[] = {
run1,
run2,
run3,