atwoz / kl05z

0 stars 0 forks source link

Inicializacion del Clkout repetida #2

Open atwoz opened 11 years ago

atwoz commented 11 years ago

En el archivo MCU_init.c en la linea 22 se repite la inicialización


     #ifdef MCU_MKL25Z4
    /** Inicialización del pin CLKOUT (sólo tiene efecto en el KL25Z */
    ini_Clkout();
    #endif

    /** Inicialización del Multipurpose Clock Generator **/
    init_MCG();

    #ifdef MCU_MKL25Z4
    ini_Clkout();
    #endif  
erickzapatero commented 11 years ago

Buen punto