Updated default crystal and CPU frequency.
[bertos.git] / bertos / cpu / arm / hw / pll_at91.h
index 50f4a0c435f425bc513a4833619025f7dd7eb8d3..9bf05f824cdd859a51b67e4f4c3c7049e120ad5d 100644 (file)
 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");