Skip to content

Change firmware_data type to fix Arduino compiler error#13

Open
Kcedrone wants to merge 3 commits into
mrjohnk:masterfrom
Kcedrone:patch-1
Open

Change firmware_data type to fix Arduino compiler error#13
Kcedrone wants to merge 3 commits into
mrjohnk:masterfrom
Kcedrone:patch-1

Conversation

@Kcedrone
Copy link
Copy Markdown

Arduino examples in master give this error:

ADNS9800test-serial.ino:60:8: error: 'prog_uchar' does not name a type

Changing "prog_uchar" to "const char" in firmware INO
and "extern const unsigned char " to "extern const char" in the example sketches solves the compiling error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant