I have a structure tSYS that has a FirstScan member. I have defined in resource a global called SYS of type tSYS.
I would like to be able to select SYS.FirstScan as the Single for a interrupt task. When I click on the Single of the interrupt, nothing is displayed because it is not accessing my SYS global.
I have a structure tSYS that has a FirstScan member. I have defined in resource a global called SYS of type tSYS.
I would like to be able to select SYS.FirstScan as the Single for a interrupt task. When I click on the Single of the interrupt, nothing is displayed because it is not accessing my SYS global.