diff --git a/tests/amtest/src/tests/keyboard.c b/tests/amtest/src/tests/keyboard.c index 8b809938..dbee6dcf 100644 --- a/tests/amtest/src/tests/keyboard.c +++ b/tests/amtest/src/tests/keyboard.c @@ -10,6 +10,7 @@ const char *names[256] = { }; void keyboard_test() { + printf("Try to press any key...\n"); while (1) { int key = read_key(); int down = 0;