Fixed typo in F2 dma header to match the datasheet.
This commit is contained in:
parent
3e47a46c5c
commit
9949b5dcf4
@ -406,6 +406,6 @@
|
|||||||
#define DMA_SxFCR_FS_FULL (4<<3)
|
#define DMA_SxFCR_FS_FULL (4<<3)
|
||||||
#define DMA_SxFCR_FS_EMPTY (5<<3)
|
#define DMA_SxFCR_FS_EMPTY (5<<3)
|
||||||
|
|
||||||
#define DMA_SxFCR_FEIF (1<<7)
|
#define DMA_SxFCR_FEIE (1<<7)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user