1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- #ifndef __dma_H
- #define __dma_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- #include "main.h"
- void MX_DMA_Init(void);
- #ifdef __cplusplus
- }
- #endif
- #endif
|