comparison Discovery/Src/base.c @ 382:14fd5f35cb50 MotionDetection

merge default
author Ideenmodellierer
date Thu, 10 Oct 2019 22:26:03 +0200
parents a7331e4a9ca6 84f5c18b74ea
children 427ae9f8e28e
comparison
equal deleted inserted replaced
381:695434a6dcf6 382:14fd5f35cb50
563 /// all this in three steps / switch() routines in a given order 563 /// all this in three steps / switch() routines in a given order
564 /// as the previous switch() might influence the next functions 564 /// as the previous switch() might influence the next functions
565 /// to be called 565 /// to be called
566 /// 566 ///
567 // =============================================================================== 567 // ===============================================================================
568
569 //#define NO_TIMEOUT
568 void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) 570 void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim)
569 { 571 {
570 #ifdef DEMOMODE 572 #ifdef DEMOMODE
571 if(htim->Instance==TIM7) 573 if(htim->Instance==TIM7)
572 { 574 {