Mercurial > public > ostc4
diff Small_CPU/Src/baseCPU2.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 | 3db7389d49cc |
line wrap: on
line diff
--- a/Small_CPU/Src/baseCPU2.c Tue Nov 20 12:27:40 2018 +0300 +++ b/Small_CPU/Src/baseCPU2.c Wed Nov 21 10:25:15 2018 +0300 @@ -387,7 +387,7 @@ MX_DMA_Init(); MX_SPI1_Init(); MX_EXTI_wireless_Init(); - SPI_Start_single_TxRx_with_Master(); +// SPI_Start_single_TxRx_with_Master(); EXTI_Test_Button_Init(); /* @@ -414,7 +414,7 @@ MX_DMA_Init(); MX_SPI1_Init(); // MX_EXTI_wireless_Init(); - SPI_Start_single_TxRx_with_Master(); +// SPI_Start_single_TxRx_with_Master(); // EXTI_Test_Button_Init(); scheduleTestMode(); @@ -496,7 +496,7 @@ MX_DMA_Init(); MX_SPI1_Init(); MX_EXTI_wireless_Init(); - SPI_Start_single_TxRx_with_Master(); +// SPI_Start_single_TxRx_with_Master(); // EXTILine0_Button_DeInit(); not now, later after testing break;