Skip to content

Commit ce52cc4

Browse files
committed
Atm_timer::stop() did the reverse, fixed
1 parent ee61bb1 commit ce52cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Atm_timer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Atm_timer& Atm_timer::start( void ) {
114114
}
115115

116116
Atm_timer& Atm_timer::stop( void ) {
117-
trigger( EVT_START );
117+
trigger( EVT_STOP );
118118
return *this;
119119
}
120120

0 commit comments

Comments
 (0)