X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftriface%2Fhw%2Fhw_cpu.h;h=40918c00f4e37160d0e5981709c85463337ea1f3;hb=832d9009410297fe723c341c9cf123ab7fc36957;hp=4418081fb81d7d6e61c609fef5fe59ee349b2b91;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/app/triface/hw/hw_cpu.h b/app/triface/hw/hw_cpu.h index 4418081f..40918c00 100644 --- a/app/triface/hw/hw_cpu.h +++ b/app/triface/hw/hw_cpu.h @@ -26,9 +26,10 @@ * 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/) - * All Rights Reserved. - * --> + * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2000 Bernardo Innocenti + * + * --> Rights Reserved. * * \brief Hardware-specific definitions * @@ -37,18 +38,9 @@ * \author Bernardo Innocenti */ -/*#* - *#* $Log$ - *#* Revision 1.1 2006/05/18 00:41:47 bernie - *#* New triface devlib application. - *#* - *#*/ - #ifndef TRIFACE_HW_H #define TRIFACE_HW_H -#include - /// CPU Clock frequency (14.7456 MHz) #define CLOCK_FREQ (14745600UL) @@ -61,3 +53,4 @@ //#endif /* CONFIG_TIMER_STROBE */ #endif /* TRIFACE_HW_H */ +