Прерывание не вызывается
This commit is contained in:
@@ -282,7 +282,7 @@ void mks_wifi_start_file_upload(ESP_PROTOC_FRAME *packet){
|
||||
|
||||
DEBUG("Settings restored");
|
||||
}
|
||||
|
||||
/*
|
||||
void __irq_dma1_channel5(void) {
|
||||
if(DMA1->ISR & DMA_ISR_TCIF5){
|
||||
DMA1->IFCR = DMA_IFCR_CGIF5|DMA_IFCR_CTEIF5|DMA_IFCR_CHTIF5|DMA_IFCR_CTCIF5;
|
||||
@@ -308,3 +308,4 @@ void __irq_dma1_channel5(void) {
|
||||
}
|
||||
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user