comparison Discovery/Src/simulation.c @ 807:9e2ebfc72e8c

Zusammenf?hren
author heinrichsweikamp
date Sat, 26 Aug 2023 13:37:06 +0200
parents dd7ce655db26
children 1e688b630a6e
comparison
equal deleted inserted replaced
806:ee3c0029ed34 807:9e2ebfc72e8c
109 * @return void 109 * @return void
110 */ 110 */
111 void simulation_exit(void) 111 void simulation_exit(void)
112 { 112 {
113 timer_Stopwatch_Stop(); 113 timer_Stopwatch_Stop();
114
115 disableTimer();
116
114 set_stateUsedToReal(); 117 set_stateUsedToReal();
115 } 118 }
116 119
117 /** 120 /**
118 ****************************************************************************** 121 ******************************************************************************