Changes in uspace/srv/hid/kbd/port/sgcn.c [36e9cd1:b3d513f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/port/sgcn.c
r36e9cd1 rb3d513f 92 92 93 93 /* polling thread */ 94 static void sgcn_thread_impl(void *arg);94 static void *sgcn_thread_impl(void *arg); 95 95 96 96 static volatile bool polling_disabled = false; … … 167 167 * Thread to poll SGCN for keypresses. 168 168 */ 169 static void sgcn_thread_impl(void *arg)169 static void *sgcn_thread_impl(void *arg) 170 170 { 171 171 (void) arg;
Note:
See TracChangeset
for help on using the changeset viewer.