Tests: Testrunner - console variable name fix

It matches the cpputest from mbed mbed.org repository.
pull/669/head
0xc0170 2014-11-07 10:24:57 +00:00
parent b624eda4e5
commit 1c268fb25b
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
#include "test_env.h"
/**
Object 'mbed_cpputest_console' is used to show prints on console.
Object 'console' is used to show prints on console.
It is declared in \cpputest\src\Platforms\armcc\UtestPlatform.cpp
*/
Serial mbed_cpputest_console(STDIO_UART_TX, STDIO_UART_RX);
Serial console(STDIO_UART_TX, STDIO_UART_RX);
int main(int ac, char** av)
{