X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fhw%2Fpll_at91.h;h=9bf05f824cdd859a51b67e4f4c3c7049e120ad5d;hb=8c634de12fc219460e899e8977651e3781a7e104;hp=50f4a0c435f425bc513a4833619025f7dd7eb8d3;hpb=77398df4a178dea4f1d20a1ac50d4241325b6251;p=bertos.git diff --git a/bertos/cpu/arm/hw/pll_at91.h b/bertos/cpu/arm/hw/pll_at91.h index 50f4a0c4..9bf05f82 100644 --- a/bertos/cpu/arm/hw/pll_at91.h +++ b/bertos/cpu/arm/hw/pll_at91.h @@ -141,7 +141,7 @@ int main(int argc, char *argv[]) { int32_t m, d, k; - PLL_CALC(18420000, 48023000, &m, &d, &k); + PLL_CALC(18432000, 48054857, &m, &d, &k); if (__builtin_constant_p(m) && __builtin_constant_p(k) && __builtin_constant_p(d)) printf("SUCCESS -- compile time evaluation\n");