X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_cpu.h;h=9bf046266cb3bc1227323fe9285ba3fd964c7c2a;hb=6acf7b65104664f5cf5a3faca94ebd3d72781725;hp=b2a63eeb41726615f24ec046ed41699190eae4f9;hpb=107743ef422de7a4c926a20ff87eee1515eb1987;p=bertos.git diff --git a/bertos/hw/hw_cpu.h b/bertos/hw/hw_cpu.h index b2a63eeb..9bf04626 100644 --- a/bertos/hw/hw_cpu.h +++ b/bertos/hw/hw_cpu.h @@ -26,7 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2006, 2008 Develer S.r.l. (http://www.develer.com/) * All Rights Reserved. * --> * @@ -40,10 +40,10 @@ #ifndef HW_CPU_H #define HW_CPU_H -#warning TODO:This is example implemetantion, you must implement it! +#warning TODO:This is an example implementation, you must implement it! /// CPU Clock frequency -#define CLOCK_FREQ (10000000UL /* Implement me! */) +#define CLOCK_FREQ (48023000L/* Implement me! */) /* Timer IRQ strobe */