Core/Console: rename console

This commit is contained in:
ShinDarth
2016-08-20 12:14:14 +02:00
parent 1c9eb7e52f
commit cbaafa9be5
2 changed files with 6 additions and 6 deletions

View File

@@ -355,7 +355,7 @@ int RASocket::svc(void)
for (;;)
{
// show prompt
if (send("TC> ") == -1)
if (send("AC> ") == -1)
return -1;
std::string line;