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:
@@ -227,7 +227,7 @@ byte const run10[] PROGMEM = {
|
||||
B01000000, B00000000
|
||||
};
|
||||
|
||||
const prog_uint8_t *frames[] = {
|
||||
Bitmap::ProgMem frames[] = {
|
||||
run1,
|
||||
run2,
|
||||
run3,
|
||||
|
||||
Reference in New Issue
Block a user