File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -584,13 +584,13 @@ uint8_t Si5351::si5351_read(uint8_t addr)
584584
585585Public Variables
586586----------------
587- struct Si5351Status dev_status;
588- struct Si5351IntStatus dev_int_status;
589- enum si5351_pll pll_assignment[ 8] ;
590- uint64_t clk_freq[ 8] ;
591- uint64_t plla_freq;
592- uint64_t pllb_freq;
593- uint32_t xtal_freq;
587+ struct Si5351Status dev_status;
588+ struct Si5351IntStatus dev_int_status;
589+ enum si5351_pll pll_assignment[8];
590+ uint64_t clk_freq[8];
591+ uint64_t plla_freq;
592+ uint64_t pllb_freq;
593+ uint32_t xtal_freq;
594594
595595Tokens
596596------
@@ -666,7 +666,7 @@ Changelog
666666* v2.0.3
667667
668668 * Fix regression in _ set_freq()_ that wiped out proper R div setting, causing errors in setting low frequency outputs
669-
669+
670670* v2.0.2
671671
672672 * Increase maximum frequency in _ set_freq()_ to 225 MHz
You can’t perform that action at this time.
0 commit comments