Hi,
I am using BLE stack v2.1.1 (with TI RTOS 2.13) in my project.
In stack v2.0 (with TI RTOS v2.11), I included
var Queue = xdc.useModule('ti.sysbios.knl.Queue');
var Seconds = xdc.useModule('ti.sysbios.hal.Seconds');
in appBLE.cfg
While porting to new stack, code compiles and works as expected as before without Queue and seconds modules included explicitly.
Is it included by default in new stack ? Kindly guide me on this.
Thanks in advance !