Changeset 195b7b3 in mainline for uspace/srv/hid/display/test/seat.c
- Timestamp:
- 2020-06-22T15:25:48Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c8e1f93
- Parents:
- 5271e4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/test/seat.c
r5271e4c r195b7b3 30 30 #include <errno.h> 31 31 #include <pcut/pcut.h> 32 #include <stdio.h>33 32 #include <str.h> 34 33 … … 51 50 { 52 51 bool *called_cb = (bool *) arg; 53 printf("test_ds_ev_pending\n");54 52 *called_cb = true; 55 53 }
Note:
See TracChangeset
for help on using the changeset viewer.