Mercurial > public > ostc4
comparison Discovery/Src/base.c @ 350:607099140a41
Merged in Ideenmodellierer/ostc4/FlightMode_Improvment (pull request #32)
FlightMode Improvment
author | heinrichsweikamp <bitbucket@heinrichsweikamp.com> |
---|---|
date | Sun, 06 Oct 2019 11:58:36 +0000 |
parents | 84f5c18b74ea |
children | 14fd5f35cb50 |
comparison
equal
deleted
inserted
replaced
340:0756013e43b3 | 350:607099140a41 |
---|---|
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 { |