I have a global called time in my main program that stores the time in milliseconds.
my timer code is in a module and the global 'time' is not recogized.
So when my main program updates time to the latest millisecs() reading it doesnt go into the precompiled module.
How do I fix this?
my timer code is in a module and the global 'time' is not recogized.
So when my main program updates time to the latest millisecs() reading it doesnt go into the precompiled module.
How do I fix this?