*** EFM32 branch ***

Modify IIC and USART drivers to avoid compiling error.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1655 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
onelife.real
2011-07-29 07:24:09 +00:00
parent 19e3ce5ee3
commit aa24c176e7
5 changed files with 12 additions and 13 deletions

View File

@@ -1021,9 +1021,9 @@ rt_err_t efm_hw_eth_init(void)
return -RT_ERROR;
}
/***************************************************************************//**
* Export to FINSH
******************************************************************************/
/*******************************************************************************
* Export to FINSH
******************************************************************************/
#if defined(EFM32_USING_ETH_UTILS)
#ifdef RT_USING_FINSH
#include <finsh.h>