Changeset e8975278 in mainline for uspace/srv/hid/isdv4_tablet/isdv4.c


Ignore:
Timestamp:
2018-05-10T15:14:02Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1420cae9
Parents:
ae7d03c
git-author:
Jiri Svoboda <jiri@…> (2018-05-10 07:53:56)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-10 15:14:02)
Message:

A few more cstyle fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/isdv4_tablet/isdv4.c

    rae7d03c re8975278  
    5454#define CMD_QUERY_TOUCH '%'
    5555
    56 /* packet_consumer_fn(uint8_t *packet, size_t size, isdv4_state_t *state,
    57    void *data)
    58    return true if reading of packets should continue */
    59 typedef bool (*packet_consumer_fn)(uint8_t *, size_t, isdv4_state_t *);
     56/** Packet consumer function
     57 *
     58 * @return true if reading of packets should continue
     59 */
     60typedef bool (*packet_consumer_fn)(uint8_t *packet, size_t size,
     61    isdv4_state_t *state);
    6062
    6163static void isdv4_event_init(isdv4_event_t *event)
Note: See TracChangeset for help on using the changeset viewer.