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

Fix console init link probllem

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3076 42af7a65-404d-4744-a932-0658087f49c3
parent a2ff9013
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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