Skip to content
Snippets Groups Projects
Unverified Commit 2d3cde8c authored by CNLohr's avatar CNLohr Committed by GitHub
Browse files

Merge pull request #163 from gnxlxnxx/patch-1

Fix SPI Direction
parents d684d3e3 a002c3a9
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)0x0400)
#define SPI_Direction_2Lines_RxOnly ((uint16_t)0x4000)
#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