Esempio n. 1
0
static long cmsx_RateProfileOnEnter(void)
{
    rateProfileIndexString[1] = '0' + tmpPidProfileIndex;
    rateProfileIndexString[3] = '0' + tmpRateProfileIndex;
    cmsx_RateProfileRead();

    return 0;
}
Esempio n. 2
0
static long cmsx_RateProfileOnEnter(void)
{
    cmsx_RateProfileRead();

    return 0;
}