comparison Discovery/Src/base.c @ 351:ba53ab77f059

Merge
author heinrichsweikamp
date Sun, 06 Oct 2019 14:12:41 +0200
parents 84f5c18b74ea
children 14fd5f35cb50
comparison
equal deleted inserted replaced
341:591c03a1e68d 351:ba53ab77f059
523 /// all this in three steps / switch() routines in a given order 523 /// all this in three steps / switch() routines in a given order
524 /// as the previous switch() might influence the next functions 524 /// as the previous switch() might influence the next functions
525 /// to be called 525 /// to be called
526 /// 526 ///
527 // =============================================================================== 527 // ===============================================================================
528
529 //#define NO_TIMEOUT
528 void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) 530 void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim)
529 { 531 {
530 #ifdef DEMOMODE 532 #ifdef DEMOMODE
531 if(htim->Instance==TIM7) 533 if(htim->Instance==TIM7)
532 { 534 {