Hello.
I'm in trouble compiling with the 2.0.6 Unofficial SDK / Eclipse LUNA 4.4.1
the first error is reported on Adafruit_ILI9341_fast_as.h:41
os_random(); has redundant occurance. I just commented the line.
//int os_random();
then i get another fatal error in user_main.cpp:66
os_update_cpu_frequency was not declared in this scope;
I don't know where and how to declare the function.
Some help would be greatly appreciated.
Best regards,