13 lines
178 B
C
13 lines
178 B
C
#pragma once
|
|
|
|
#if defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
void usart2_rx_dma_isr(void);
|
|
void usart2_tx_dma_isr(void);
|
|
void usart2_isr(void);
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|