Explorar el Código

Fix compiler warning

dds
PaulStoffregen hace 5 años
padre
commit
fc71e415c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      utility/imxrt_hw.cpp

+ 1
- 1
utility/imxrt_hw.cpp Ver fichero

@@ -31,7 +31,7 @@
#include "imxrt_hw.h"

PROGMEM
void set_audioClock(int nfact, int32_t nmult, uint32_t ndiv, bool force = false) // sets PLL4
void set_audioClock(int nfact, int32_t nmult, uint32_t ndiv, bool force) // sets PLL4
{
if (!force && (CCM_ANALOG_PLL_AUDIO & CCM_ANALOG_PLL_AUDIO_ENABLE)) return;


Cargando…
Cancelar
Guardar