I am trying to compile and run the built-in Maple InteractiveTest, but I get the following compilation errors for many lines.
I am using fresh downloaded and installed Maple 0.0.9 and libmaple.
The file is Maple\maple-ide-0.0.9\examples\Maple\InteractiveTest\InteractiveTest.pde
<BUILD>\InteractiveTest.cpp: In function 'void loop()':
<BUILD>\InteractiveTest.cpp:310: error: invalid conversion from 'int' to 'timer_dev_num'
<BUILD>\InteractiveTest.cpp:310: error: initializing argument 1 of 'void timer_init(timer_dev_num, uint16)'
Can anyone help?