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
 
@@ -31,13 +31,13 @@
 

	
 
#include <stdint.h>
 
#include "stm32f0xx_hal.h"
 

	
 
/* 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
 
#define SI5351_DEFAULT_CLK					1000000000ULL
 

	
 
#define SI5351_PLL_VCO_MIN					600000000
0 comments (0 inline, 0 general)