Mercurial > public > ostc4
diff Discovery/Src/tHome.c @ 84:e6abbef57475 kittz
Remove unusable code!!! prepare data for SPI in ONLY 1 IRQ!!!!
author | Dmitry Romanov <kitt@bk.ru> |
---|---|
date | Wed, 21 Nov 2018 10:25:15 +0300 |
parents | a6f0881074a4 |
children | 6a2308b9a3d4 |
line wrap: on
line diff
--- a/Discovery/Src/tHome.c Tue Nov 20 12:27:40 2018 +0300 +++ b/Discovery/Src/tHome.c Wed Nov 21 10:25:15 2018 +0300 @@ -455,11 +455,8 @@ snprintf(text,10,"\002%X%X%X%X",dataIn->footer.checkCode[0],dataIn->footer.checkCode[1],dataIn->footer.checkCode[2],dataIn->footer.checkCode[3]); Gfx_write_label_var(ScreenToWriteOn, 600,800, 60,&FontT24,CLUT_ButtonSymbols,text); - snprintf(text,10,"---"); - Gfx_write_label_var(ScreenToWriteOn, 600,800, 90,&FontT24,CLUT_ButtonSymbols,text); - - snprintf(text,10,"cpt:\002%i",get_num_SPI_CALLBACKS()); - Gfx_write_label_var(ScreenToWriteOn, 600,800, 120,&FontT24,CLUT_ButtonSymbols,text); + snprintf(text,10,"cpt:\002%i",get_num_SPI_CALLBACKS()); + Gfx_write_label_var(ScreenToWriteOn, 600,800, 90,&FontT24,CLUT_ButtonSymbols,text); // snprintf(text,10,"i2c:\002%i",get_DataEX_Error_place()); // Gfx_write_label_var(ScreenToWriteOn, 600,800, 90,&FontT24,CLUT_ButtonSymbols,text);