1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

added prototype for msp430_init_dco()

This commit is contained in:
Oleg Hahm 2013-08-14 23:48:01 +02:00
parent cb2ea424fc
commit 22f5bcdbc3

View File

@ -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 -----------------------*/