Changeset 89e5c0c7 in mainline for uspace/srv/hid/remcons/remcons.c
- Timestamp:
- 2024-10-01T09:43:36Z (9 months ago)
- Branches:
- master
- Children:
- 357d9dd
- Parents:
- c23a1fe
- git-author:
- Jiri Svoboda <jiri@…> (2024-09-30 17:43:19)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-10-01 09:43:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/remcons/remcons.c
rc23a1fe r89e5c0c7 532 532 remcons_t *remcons = (remcons_t *)arg; 533 533 534 (void)telnet_user_send_ data(remcons->user, str, str_size(str));534 (void)telnet_user_send_raw(remcons->user, str, str_size(str)); 535 535 } 536 536
Note:
See TracChangeset
for help on using the changeset viewer.