View Issue Details

IDProjectCategoryView StatusLast Update
0004224DCUWINCEGeneralpublic2020-03-17 17:50
Reporterroesner Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionV1.7 
Target VersionV1.8Fixed in VersionV1.8 
Summary0004224: Einmalige Debug-Ausgabe der Spannungen am ADC
DescriptionEs 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));
}

Activities

There are no notes attached to this issue.