View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004224 | DCUWINCE | General | public | 2020-03-17 17:41 | 2020-03-17 17:50 |
Reporter | roesner | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | V1.7 | ||||
Target Version | V1.8 | Fixed in Version | V1.8 | ||
Summary | 0004224: Einmalige Debug-Ausgabe der Spannungen am ADC | ||||
Description | Es wurde eine IF-Abfrage erstellt, die nur einmal die Spannung am ADC als Debug ausgibt. if (bMSGVoltage == TRUE) { RETAILMSG(1, (DTAG TEXT("Voltage channel[%d]: %d.%03d mV\r\n"), nChannel, data / 1000, data % 1000)); } | ||||