move all of the references to app/console to lib/console
This commit is contained in:
@@ -191,8 +191,8 @@ static void validate_memset(void)
|
||||
}
|
||||
}
|
||||
|
||||
#if defined(WITH_APP_CONSOLE)
|
||||
#include <app/console.h>
|
||||
#if defined(WITH_LIB_CONSOLE)
|
||||
#include <lib/console.h>
|
||||
|
||||
static int string_tests(int argc, cmd_args *argv)
|
||||
{
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
#include <app/tests.h>
|
||||
#include <compiler.h>
|
||||
|
||||
#if defined(WITH_APP_CONSOLE)
|
||||
#include <app/console.h>
|
||||
#if defined(WITH_LIB_CONSOLE)
|
||||
#include <lib/console.h>
|
||||
|
||||
STATIC_COMMAND_START
|
||||
{ "printf_tests", NULL, (console_cmd)&printf_tests },
|
||||
|
||||
Reference in New Issue
Block a user