You are correct.
I detected the same error in ADL User Guide for Open AT® OS v6.01, Revision 008 - April 2008.
Probably Wavecom didn’t test the example code.
I am certain that they have not tested the example code!
All of the examples that use timers are wrong - because none of them has been updated to take account of the additional parameter now required by the handler function!!
How can you seriously ship examples with such glaring errors?!
hi,
in the eg program in adl_gpio.h there is a mistake, in adl_ioReadSingle func.
its given as adl_ioReadSingle (MyGpioHandle1, ADL_IO_GPIO | My_Gpio_Label1 [ 1 ] );
but the 2nd argument is a pointer, this will u error.