Skip to content

Commit

Permalink
Merge pull request #1584 from db4ple/ovi40h7
Browse files Browse the repository at this point in the history
HMC1023: More fixes
  • Loading branch information
df8oe committed Oct 21, 2018
2 parents 13fb045 + 2cd2dfa commit bec8990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mchf-eclipse/hardware/uhsdr_hmc1023.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ HMC1023_t hmc1023;
#define HMC1023_REG2_BYPASS_MASK (1 << 5)
#define HMC1023_REG2_COARSE_SHIFT (6)
#define HMC1023_REG2_COARSE_MASK ((0x0f) << HMC1023_REG2_COARSE_SHIFT)
#define HMC1023_REG1_USE_SPI_SETTINGS (0x000010)
#define HMC1023_REG1_USE_SPI_SETTINGS (1 << 1)

static void hmc1023_ll_spi_tx(bool is_tx)
{
Expand Down

0 comments on commit bec8990

Please sign in to comment.