trackuino / legacy_wiki

Automatically exported from code.google.com/p/trackuino
0 stars 1 forks source link

Arduino 1.6 compatibility #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Code does not compile in Arduino 1.6.0. 

I fixed the issue by replacing "prog_uchar" with "unsigned char" in the 
afsk_avr.cpp and afsk_avr.h files.

Original issue reported on code.google.com by holtma...@gmail.com on 1 Mar 2015 at 7:42

Attachments:

GoogleCodeExporter commented 9 years ago
This is fixed in 1.51 (now on github). Eventually I'll move everything to 
github, sorry about the mess this is right now.

Original comment by j...@trackuino.org on 2 Mar 2015 at 7:39

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Forgot the link to 1.51: https://github.com/trackuino/firmware/tree/1.51

Original comment by j...@trackuino.org on 2 Mar 2015 at 7:40