Ignore:
Timestamp:
2020-06-22T15:25:48Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c8e1f93
Parents:
5271e4c
Message:

Clean up debug messages and logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/test/display.c

    r5271e4c r195b7b3  
    3030#include <errno.h>
    3131#include <pcut/pcut.h>
    32 #include <stdio.h>
    3332#include <str.h>
    3433
     
    5150{
    5251        bool *called_cb = (bool *) arg;
    53         printf("test_ds_ev_pending\n");
    5452        *called_cb = true;
    5553}
Note: See TracChangeset for help on using the changeset viewer.