Other Parts Discussed in Thread: SYSBIOS
Hi,
A minor improvement... The following source files:
bios_6_35_03_47/packages/ti/sysbios/timers/dmtimer/Timer.c:436
bios_6_35_03_47/packages/ti/sysbios/timers/gptimer/Timer.c:381
Contain the following line (same for both):
Int Timer_Module_startup(status)
It generates the following warning on gcc 4.8 (reasonably):
"warning: type of 'status' defaults to 'int'"
I recommend the following patch for the next version of SYS/BIOS:
Int Timer_Module_startup(Int status)
Best,
Vasili