Hi,
I have a file that needs to run with both bios5 or 6. It has timer calls and log printf calls where the api is different between 5 and 6.
Is there a constant, in bios.h maybe that I can use to figure out which api calls to make? I don't want to define anything new or have the builder know the difference.
I found this in bios.h:
#define ti_sysbios_BIOS___VERS 150
Can I use this somehow? Is there something better? I did a brief search of e2e but didn't find exactly what I was looking for.
Thanks,
Matt