Add socket_fans schematic

This commit is contained in:
eddyem
2020-08-21 19:57:10 +03:00
parent d8a4c99ec7
commit a0a7f18729
58 changed files with 22902 additions and 1 deletions

View File

@@ -244,7 +244,6 @@ void dma1_channel4_5_isr(){
DMA1->IFCR |= DMA_IFCR_CTCIF4; // clear TC flag
DMA1_Channel4->CCR &= ~DMA_CCR_EN;
txrdy = 1;
RS485_RX(); // switch to Rx
}
}
// USART1