Fixed typo in F2 dma header to match the datasheet.

This commit is contained in:
Fergus Noble 2012-02-01 17:23:16 -08:00 committed by Uwe Hermann
parent 3e47a46c5c
commit 9949b5dcf4

View File

@ -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