From 998f2524a7d6c60053bfaad6c1d108825a20263c Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 26 Feb 2009 02:07:53 +0000 Subject: [PATCH] Fix for overflow in calculation of baud divisor git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1529 42af7a65-404d-4744-a932-0658087f49c3 --- configs/ez80f910200kitg/include/board.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/ez80f910200kitg/include/board.h b/configs/ez80f910200kitg/include/board.h index e238daf087..99b44ec08a 100644 --- a/configs/ez80f910200kitg/include/board.h +++ b/configs/ez80f910200kitg/include/board.h @@ -1,7 +1,7 @@ /**************************************************************************** * arch/ez80f910200kitg/include/board.h * - * Copyright (C) 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2008, 2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -44,6 +44,10 @@ * Definitions ****************************************************************************/ +/* Clocking */ + +#define EZ80_SYS_CLK_FREQ 50000000 + /* LED pattern definitions */ #define LED_STARTED 0