X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftriface%2Fhw%2Fhw_cpu.h;h=840c82c35ff239a7a6e6cdbbcac6aa7b27a01e5f;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;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..840c82c3 100644 --- a/app/triface/hw/hw_cpu.h +++ b/app/triface/hw/hw_cpu.h @@ -26,29 +26,21 @@ * 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 Bernie Innocenti + * + * --> Rights Reserved. * * \brief Hardware-specific definitions * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie 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 */ +