Skip to content
Snippets Groups Projects
Commit 92c5ca8d authored by Oleg Hahm's avatar Oleg Hahm
Browse files

Merge pull request #22 from OlegHahm/minor_release_fixes

added prototype for msp430_init_dco()
parents 49c5e41e 22f5bcdb
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
static volatile uint32_t __msp430_cpu_speed = MSP430_INITIAL_CPU_SPEED; static volatile uint32_t __msp430_cpu_speed = MSP430_INITIAL_CPU_SPEED;
void msp430_init_dco(void);
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
static uint8_t calc_umctl(uint16_t br) static uint8_t calc_umctl(uint16_t br)
{ {
...@@ -128,8 +130,7 @@ void msp430_set_cpu_speed(uint32_t speed) ...@@ -128,8 +130,7 @@ void msp430_set_cpu_speed(uint32_t speed)
} }
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
void void msp430_init_dco(void)
msp430_init_dco()
{ {
#if MSP430_HAS_EXTERNAL_CRYSTAL #if MSP430_HAS_EXTERNAL_CRYSTAL
/*------------------ use external oszillator -----------------------*/ /*------------------ use external oszillator -----------------------*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment