Skip to content
Snippets Groups Projects
Unverified Commit 4031a915 authored by Roman Kretschmer's avatar Roman Kretschmer Committed by GitHub
Browse files

Revert "Fix SPI Direction"

parent c34050d6
No related branches found
No related tags found
No related merge requests found
......@@ -3875,7 +3875,7 @@ typedef struct
/* SPI_data_direction */
#define SPI_Direction_2Lines_FullDuplex ((uint16_t)0x0000)
#define SPI_Direction_2Lines_RxOnly ((uint16_t)0x4000)
#define SPI_Direction_2Lines_RxOnly ((uint16_t)0x0400)
#define SPI_Direction_1Line_Rx ((uint16_t)0x8000)
#define SPI_Direction_1Line_Tx ((uint16_t)0xC000)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment