Fix console init link probllem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3076 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
4cab5340c3
commit
42987a722b
@ -300,7 +300,6 @@ void usart_configure(uintptr_t usart_base, uint32_t baud, unsigned int parity,
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef CONFIG_USE_EARLYSERIALINIT
|
||||
void up_consoleinit(void)
|
||||
{
|
||||
uint32_t pbamask = 0;
|
||||
@ -368,7 +367,6 @@ void up_consoleinit(void)
|
||||
AVR32_CONSOLE_BITS, (bool)AVR32_CONSOLE_2STOP);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
/******************************************************************************
|
||||
* Name: up_lowputc
|
||||
|
Loading…
Reference in New Issue
Block a user