Пример #1
0
static long cmsx_RateProfileOnEnter(void)
{
    rateProfileIndexString[1] = '0' + tmpPidProfileIndex;
    rateProfileIndexString[3] = '0' + tmpRateProfileIndex;
    cmsx_RateProfileRead();

    return 0;
}
Пример #2
0
static long cmsx_RateProfileOnEnter(void)
{
    cmsx_RateProfileRead();

    return 0;
}