What's new in C251 version 5.07b
The C251 Version 5.04b product update replaces components of your current Tool Set with the latest versions. It includes an update to µVision Version 5.00.
What's new?
§ Corrected: the function toint did not detect the value range 0x59 - 0x40 as invalid. Now the function returns -1 for these values.
§ Corrected: double numbers are incorrectly converted to float numbers when round-up is required. Example:
§ double d = 3.9999999999123; // needs round-up to 4.0 when converting to float
§ float f;
§ f = d; // incorrect result due to incorrect round-up
- [µVision4]
This C251 release comes with µVision V4.14.16.