Mercurial > public > ostc4
comparison Small_CPU/Src/baseCPU2.c @ 105:68181cd61f20 kittz
fix comments
author | Dmitry Romanov <kitt@bk.ru> |
---|---|
date | Mon, 24 Dec 2018 16:19:09 +0300 |
parents | 22a1094545f3 |
children | 6347a86caa18 |
comparison
equal
deleted
inserted
replaced
104:22a1094545f3 | 105:68181cd61f20 |
---|---|
464 GPIO_Power_MainCPU_Init(); | 464 GPIO_Power_MainCPU_Init(); |
465 GPIO_Power_MainCPU_ON(); | 465 GPIO_Power_MainCPU_ON(); |
466 compass_init(0, 7); | 466 compass_init(0, 7); |
467 accelerator_init(); | 467 accelerator_init(); |
468 wireless_init(); | 468 wireless_init(); |
469 SPI_synchronize_with_Master(); //one manual start cycle. | 469 // SPI_synchronize_with_Master(); TODO: REMOVE |
470 MX_DMA_Init(); | 470 MX_DMA_Init(); |
471 MX_SPI1_Init(); | 471 MX_SPI1_Init(); |
472 MX_EXTI_wireless_Init(); | 472 MX_EXTI_wireless_Init(); |
473 // SPI_Start_single_TxRx_with_Master(); | 473 // SPI_Start_single_TxRx_with_Master(); |
474 | 474 |