make xtal trimming part of the lowlevel init routines.
This commit is contained in:
parent
092a182a5d
commit
334c316c0a
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ void main(void) {
|
|||
*GPIO_DATA_SEL0 = ( 1 << LED );
|
||||
|
||||
/* trim the reference osc. to 24MHz */
|
||||
pack_XTAL_CNTL(CTUNE_4PF, CTUNE, FTUNE, IBIAS);
|
||||
trim_xtal();
|
||||
|
||||
uart_init(INC, MOD, SAMP);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue