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

added prototype for msp430_init_dco()

parent cb2ea424
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@
static volatile uint32_t __msp430_cpu_speed = MSP430_INITIAL_CPU_SPEED;
void msp430_init_dco(void);
/*---------------------------------------------------------------------------*/
static uint8_t calc_umctl(uint16_t br)
{
......@@ -125,8 +127,7 @@ void msp430_set_cpu_speed(uint32_t speed)
}
/*---------------------------------------------------------------------------*/
void
msp430_init_dco()
void msp430_init_dco(void)
{
#if MSP430_HAS_EXTERNAL_CRYSTAL
/*------------------ use external oszillator -----------------------*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment