Mercurial > public > ostc4
comparison Discovery/Src/tHome.c @ 172:c659fda83e44
Minor: Button defaults, release date adjusted, use SPI_SHOW_SYNC_STATS
author | heinrichsweikamp |
---|---|
date | Sun, 10 Mar 2019 20:30:42 +0100 |
parents | cc9c18075e00 |
children | cdbdb4458520 |
comparison
equal
deleted
inserted
replaced
171:4b5b7a40e594 | 172:c659fda83e44 |
---|---|
425 } | 425 } |
426 | 426 |
427 uint8_t tHome_show_lost_connection_count(GFX_DrawCfgScreen *ScreenToWriteOn) | 427 uint8_t tHome_show_lost_connection_count(GFX_DrawCfgScreen *ScreenToWriteOn) |
428 { | 428 { |
429 if(!SPI_MIN_ERROR_SHOW) return 0; | 429 if(!SPI_MIN_ERROR_SHOW) return 0; |
430 if(DataEX_lost_connection_count()>=SPI_MIN_ERROR_SHOW){ | 430 if(DataEX_lost_connection_count()>=SPI_MIN_ERROR_SHOW && SPI_SHOW_SYNC_STATS){ |
431 | 431 |
432 char text[64]; | 432 char text[64]; |
433 | 433 |
434 SDataExchangeSlaveToMaster* dataIn=get_dataInPointer(); | 434 SDataExchangeSlaveToMaster* dataIn=get_dataInPointer(); |
435 | 435 |