LPC43 update

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5001 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-08-03 14:57:30 +00:00
parent 38f96f874f
commit 998d360195

View File

@ -275,7 +275,7 @@ void lpc43_usart0_reset(void)
#endif
#ifdef CONFIG_LPC43_UART1
EXTERN void lpc43_uart1_reset(void)
void lpc43_uart1_reset(void)
{
putreg32(RGU_CTRL1_UART1_RST, LPC43_RGU_CTRL1);
}