Changeset 418 for OCO/trunk/drv16/timer.cpp
- Timestamp:
- Mar 23, 2009, 12:15:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/timer.cpp
r33 r418 217 217 * @notes Maps operation to _iStop (Stop and Pause are identical). 218 218 */ 219 virtualint TIMER::Stop( void )219 int TIMER::Stop( void ) 220 220 { 221 221 return _iStop(); … … 229 229 * @notes Maps operation to _iStop (Stop and Pause are identical). 230 230 */ 231 virtualint TIMER::Pause( void )231 int TIMER::Pause( void ) 232 232 { 233 233 return _iStop(); … … 241 241 * @notes Maps operation to _iStart (Start and Resume are identical). 242 242 */ 243 virtualint TIMER::Resume( void )243 int TIMER::Resume( void ) 244 244 { 245 245 return _iStart();
Note:
See TracChangeset
for help on using the changeset viewer.