CE Implement line editing
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m8s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m8s
This commit is contained in:
@@ -29,7 +29,7 @@ void app_main (void) {
|
||||
for (;;) {
|
||||
int ch = kb_read_key ();
|
||||
|
||||
if (ch <= 0)
|
||||
if (ch == 0)
|
||||
continue;
|
||||
|
||||
mail_send (ce_pgid, (uint8_t*)&ch, 1);
|
||||
|
||||
Reference in New Issue
Block a user