Commit 02c26940 authored by wengjianfeng's avatar wengjianfeng Committed by Jakub Kicinski
parent afe197f4
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
/* Bits determining whether its a direct command or register R/W, /* Bits determining whether its a direct command or register R/W,
* whether to use a continuous SPI transaction or not, and the actual * whether to use a continuous SPI transaction or not, and the actual
* direct cmd opcode or regster address. * direct cmd opcode or register address.
*/ */
#define TRF7970A_CMD_BIT_CTRL BIT(7) #define TRF7970A_CMD_BIT_CTRL BIT(7)
#define TRF7970A_CMD_BIT_RW BIT(6) #define TRF7970A_CMD_BIT_RW BIT(6)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment