comparison Small_CPU/Src/scheduler.c @ 763:aa6006975e76

increase HAL_Delay to 10ms for cold-start-button reset + typos and comment changes
author heinrichsweikamp
date Sun, 26 Mar 2023 18:34:30 +0200
parents e23fe82cbf8c
children e40790a67165
comparison
equal deleted inserted replaced
762:32529dfea3b0 763:aa6006975e76
474 474
475 475
476 /** 476 /**
477 ****************************************************************************** 477 ******************************************************************************
478 * @brief scheduleDiveMode. / Dive Mode: Main Loop 478 * @brief scheduleDiveMode. / Dive Mode: Main Loop
479 * @author Peter Ryser 479 * @author heinrichs weikamp gmbh
480 * @version V0.0.1 480 * @version V0.0.1
481 * @date 22-April-2014 481 * @date 22-April-2014
482 ****************************************************************************** 482 ******************************************************************************
483 */ 483 */
484 void scheduleDiveMode(void) 484 void scheduleDiveMode(void)
724 724
725 725
726 /** 726 /**
727 ****************************************************************************** 727 ******************************************************************************
728 * @brief scheduleSurfaceMode / surface mode: Main Loop 728 * @brief scheduleSurfaceMode / surface mode: Main Loop
729 * @author Peter Ryser 729 * @author heinrichs weikamp gmbh
730 * @version V0.0.1 730 * @version V0.0.1
731 * @date 22-April-2014 731 * @date 22-April-2014
732 ****************************************************************************** 732 ******************************************************************************
733 */ 733 */
734 734
1214 /* Private functions ---------------------------------------------------------*/ 1214 /* Private functions ---------------------------------------------------------*/
1215 1215
1216 /** 1216 /**
1217 ****************************************************************************** 1217 ******************************************************************************
1218 * @brief scheduleUpdateLifeData / calculates tissues 1218 * @brief scheduleUpdateLifeData / calculates tissues
1219 * @author Peter Ryser 1219 * @author heinrichs weikamp gmbh
1220 * @version V0.0.1 1220 * @version V0.0.1
1221 * @date 22-April-2014 1221 * @date 22-April-2014
1222 ****************************************************************************** 1222 ******************************************************************************
1223 */ 1223 */
1224 1224
1472 1472
1473 1473
1474 /** 1474 /**
1475 ****************************************************************************** 1475 ******************************************************************************
1476 * @brief vpm_crush / calls vpm calc_crushing_pressure every four seconds during descend 1476 * @brief vpm_crush / calls vpm calc_crushing_pressure every four seconds during descend
1477 * @author Peter Ryser 1477 * @author heinrichs weikamp gmbh
1478 * @version V0.0.1 1478 * @version V0.0.1
1479 * @date 22-April-2014 1479 * @date 22-April-2014
1480 ****************************************************************************** 1480 ******************************************************************************
1481 */ 1481 */
1482 _Bool vpm_crush2(void) 1482 _Bool vpm_crush2(void)