Skip to content
Snippets Groups Projects
Commit 37188144 authored by patacongo's avatar patacongo
Browse files

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
parent ec2e5163
No related branches found
No related tags found
No related merge requests found
/****************************************************************************
* 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 <spudmonkey@racsa.co.cr>
*
* 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment