Browse Source

Fix compiler warning

dds
PaulStoffregen 5 years ago
parent
commit
fc71e415c0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utility/imxrt_hw.cpp

+ 1
- 1
utility/imxrt_hw.cpp View File

@@ -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;


Loading…
Cancel
Save