Changeset bf7587b0 in mainline for uspace/srv/hid/remcons/remcons.c
- Timestamp:
- 2015-05-18T21:23:32Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2f19103
- Parents:
- 683e584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/remcons/remcons.c
r683e584 rbf7587b0 363 363 364 364 inet_ep_init(&ep); 365 ep.port = 8080;365 ep.port = 2223; 366 366 367 367 rc = tcp_listener_create(tcp, &ep, &listen_cb, NULL, &conn_cb, NULL,
Note:
See TracChangeset
for help on using the changeset viewer.