sleep; appl + kappl do smth more or less usefull
This commit is contained in:
@@ -11,8 +11,10 @@ extern Semaphore koutsem;
|
||||
void KeyboardApplication::action() { // NOLINT
|
||||
while(1){
|
||||
char msg[11];
|
||||
if(read(0, msg, 10))
|
||||
write(0, msg, 10);
|
||||
int len;
|
||||
len = read(0, msg, 10);
|
||||
if(len)
|
||||
write(0, msg, len);
|
||||
}
|
||||
|
||||
//const unsigned line = 10 + 2;
|
||||
|
||||
Reference in New Issue
Block a user