Changeset 854387b in mainline for kbd


Ignore:
Timestamp:
2006-05-29T13:58:23Z (20 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f25b73d6
Parents:
51c1b003
Message:

Removed printf calls from fb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kbd/generic/kbd.c

    r51c1b003 r854387b  
    4040
    4141#define NAME "KBD"
    42 void hello(void *private, int retval, ipc_call_t *data) {
    43         printf("%s: got answer from console with retval %d.\n", NAME, retval);
    44 }
     42
    4543int main(int argc, char **argv)
    4644{
     
    115113                                                }
    116114                                                /*FIXME: detection of closed connection */
    117                                                 ipc_call_async(phoneid, KBD_PUSHCHAR, arg1, 0, &hello);
     115                                                ipc_call_async(phoneid, KBD_PUSHCHAR, arg1, 0, NULL);
    118116                                        }
    119117
Note: See TracChangeset for help on using the changeset viewer.