preempt: irq supervisor draft
[bertos.git] / app / at91sam7s / hw / hw_cpu.h
index 0b46cc7c0a3f48b2362f8cd5ec55c93e36332f1a..696526103748782ba4430a37bc772ee06fa79cd0 100644 (file)
@@ -34,7 +34,7 @@
  *
  * \version $Id$
  *
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
 /*#*
 #ifndef AT91SAM7SEK_HW_H
 #define AT91SAM7SEK_HW_H
 
-#include <appconfig.h>
-
-/// CPU Clock frequency (14.7456 MHz)
-#define CLOCK_FREQ     (14745600UL)
+/// CPU Clock frequency (48.023 MHz)
+#define CLOCK_FREQ     (48023000UL)
 
 
 /* Timer IRQ strobe */