Changeset - 7a91d7557fd3
[Not reviewed]
default
0 1 0
Ethan Zonca - 10 years ago 2016-01-26 17:26:44
ezonca@sealandaire.com
Fix addr
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
lib/si5351/si5351.h
Show inline comments
 
@@ -34,7 +34,7 @@
 

	
 
/* Define definitions */
 

	
 
#define SI5351_BUS_BASE_ADDR				0x60
 
#define SI5351_BUS_BASE_ADDR				((0x60 & 0x7f) << 1)
 
#define SI5351_XTAL_FREQ					25000000
 
#define SI5351_PLL_FIXED					90000000000ULL
 
#define SI5351_FREQ_MULT					100ULL
0 comments (0 inline, 0 general)