Mercurial > public > ostc4
comparison Discovery/Src/base.c @ 348:84f5c18b74ea FlightMode_Improvment
Minor changes to debug view
Removed wireless info view and added the display of the current surface pressure status
author | ideenmodellierer |
---|---|
date | Thu, 03 Oct 2019 21:34:52 +0200 |
parents | 5ca177d2df5d |
children | 14fd5f35cb50 |
comparison
equal
deleted
inserted
replaced
347:77de014928d6 | 348:84f5c18b74ea |
---|---|
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 { |