amtest,keyboard: print msg at the beginning

This commit is contained in:
Zihao Yu 2019-08-11 14:29:43 +08:00
parent e8d4ba7c3b
commit 152513b8ad
1 changed files with 1 additions and 0 deletions

View File

@ -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;