View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000400 | PicoMOD6 | Kernel | public | 2010-08-25 14:57 | 2010-08-25 14:59 |
| Reporter | Assigned To | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Product Version | V1.03 | ||||
| Target Version | V1.04 | Fixed in Version | V1.04 | ||
| Summary | 0000400: integer to float cast are rounded to the nearest value. | ||||
| Description | Example: float f = 3.51; int i = (int)f; i should be 3 in this case, but when executing on the device i will be 4. | ||||
| Forum Link | |||||
| Found Driver Version | |||||
| Fixed Driver Version | |||||