This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C51: int shows up as float in simulator watch window

I have an int declared globally:

int idata dac0;

Then in my task I set a breakpoint where the variable is being set. It's not being set correctly and in the Watch window it shows up as a float? Any ideas? Thanks.

0