Changes in uspace/srv/hid/kbd/port/ski.c [36e9cd1:b3d513f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/port/ski.c
r36e9cd1 rb3d513f 49 49 #define POLL_INTERVAL 10000 50 50 51 static void ski_thread_impl(void *arg);51 static void *ski_thread_impl(void *arg); 52 52 static int32_t ski_getchar(void); 53 53 … … 84 84 85 85 /** Thread to poll Ski for keypresses. */ 86 static void ski_thread_impl(void *arg)86 static void *ski_thread_impl(void *arg) 87 87 { 88 88 int32_t c;
Note:
See TracChangeset
for help on using the changeset viewer.