bsps/serial: Move bsp_console_select() declaration

This commit is contained in:
Sebastian Huber
2013-07-16 14:39:59 +02:00
parent 7a7f0719d9
commit 7306578c42
3 changed files with 8 additions and 9 deletions

View File

@@ -28,14 +28,6 @@ extern "C" {
extern rtems_device_minor_number BSPPrintkPort;
/**
* @brief bsp_console_select
*
* This function selects the port to be used as console
*
*/
void bsp_console_select(void);
/**
* @brief bsp_com_outch
*