Ignore:
Timestamp:
2018-09-13T12:05:53Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/hid/usbhid/mouse/mousedev.c

    rb2aaaa0 r09ab0a9a  
    6060static ddf_dev_ops_t ops = { .default_handler = default_connection_handler };
    6161
    62 
    6362const usb_endpoint_description_t usb_hid_mouse_poll_endpoint_description = {
    6463        .transfer_type = USB_TRANSFER_INTERRUPT,
     
    7574/** Default idle rate for mouses. */
    7675static const uint8_t IDLE_RATE = 0;
    77 
    7876
    7977static const uint8_t USB_MOUSE_BOOT_REPORT_DESCRIPTOR[] = {
     
    106104};
    107105
    108 
    109 
    110106/** Default handler for IPC methods not handled by DDF.
    111107 *
     
    212208        }
    213209
    214 
    215210        if (shift_x || shift_y || shift_z) {
    216211                async_exch_t *exch =
Note: See TracChangeset for help on using the changeset viewer.