Subversion Repositories libIgnTiming

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 9
Line 171... Line 171...
171
        {
171
        {
172
            return -1; // flag no reading
172
            return -1; // flag no reading
173
        }
173
        }
174
    }
174
    }
175
}
175
}
-
 
176
#else
-
 
177
 
-
 
178
int CalculateRPM(void) { return 0; };
-
 
179
 
176
#endif // RPMTIMER
180
#endif // RPMTIMER
177
181