Removed one function call from ISR chain
This commit is contained in:
parent
c187a62bfd
commit
09263346a5
5 changed files with 11 additions and 23 deletions
|
@ -182,22 +182,6 @@ void SysTick_Handler(void)
|
|||
/* please refer to the startup file (startup_stm32f1xx.s). */
|
||||
/******************************************************************************/
|
||||
|
||||
/**
|
||||
* @brief This function handles DMA1 channel3 global interrupt.
|
||||
*/
|
||||
void DMA1_Channel3_IRQHandler(void)
|
||||
{
|
||||
/* USER CODE BEGIN DMA1_Channel3_IRQn 0 */
|
||||
/* SPI1 TX DMA interrupt */
|
||||
HandleSpiDmaIrq();
|
||||
|
||||
/* USER CODE END DMA1_Channel3_IRQn 0 */
|
||||
|
||||
/* USER CODE BEGIN DMA1_Channel3_IRQn 1 */
|
||||
|
||||
/* USER CODE END DMA1_Channel3_IRQn 1 */
|
||||
}
|
||||
|
||||
/* USER CODE BEGIN 1 */
|
||||
|
||||
/* USER CODE END 1 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue